Click here to Skip to main content
16,004,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Global Variables in VB.NET Pin
darkelv26-Sep-09 20:24
darkelv26-Sep-09 20:24 
QuestionOverload an existing class Pin
cstrader23226-Sep-09 12:07
cstrader23226-Sep-09 12:07 
AnswerRe: Overload an existing class Pin
Christian Graus26-Sep-09 12:45
protectorChristian Graus26-Sep-09 12:45 
QuestionHow to invoke a dopostback in web browser control Pin
aib200526-Sep-09 8:48
aib200526-Sep-09 8:48 
Questionclick datagridview Row and display in textbox! Pin
jeshra27926-Sep-09 0:57
jeshra27926-Sep-09 0:57 
AnswerRe: click datagridview Row and display in textbox! Pin
dan!sh 26-Sep-09 5:51
professional dan!sh 26-Sep-09 5:51 
GeneralRe: click datagridview Row and display in textbox! Pin
jeshra27927-Sep-09 18:07
jeshra27927-Sep-09 18:07 
QuestionSQL Server Connection Issue VB 2008 [modified] Pin
RP10825-Sep-09 18:22
RP10825-Sep-09 18:22 
I wrote an application in VB 2003 which used the "SqlClient.SqlConnection". I used standard connection code;

ConnectionString="workstation id=MySys;packet size=4096;data source=MySQL;User ID=RP;PASSWORD=RP;initial catalog=Inventory"

cnData.ConnectionString = ConnectionString
Try
cnData.Open()
Catch
MsgBox("Data Source could not be opened.")
Exit Sub
End Try

and it worked fine. I opened it in vb 2008 and it performed the conversion without any reported errors, but it will no longer connect?

MySys is a separate Development system and MySQL is another system on my LAN running SQL Server 2000.

I have been to www.connectionstrings.com[^] but after trying numerous things, nothing helped. Any ideas?

modified on Saturday, September 26, 2009 1:20 AM

AnswerRe: SQL Server Connection Issue VB 2008 Pin
RP10826-Sep-09 4:20
RP10826-Sep-09 4:20 
QuestionHow can I export a datagrid to excel? Pin
waner michaud25-Sep-09 7:41
waner michaud25-Sep-09 7:41 
AnswerRe: How can I export a datagrid to excel? Pin
David Mujica25-Sep-09 8:17
David Mujica25-Sep-09 8:17 
GeneralRe: How can I export a datagrid to excel? Pin
waner michaud25-Sep-09 8:43
waner michaud25-Sep-09 8:43 
GeneralExcel Pin
David Mujica25-Sep-09 9:54
David Mujica25-Sep-09 9:54 
GeneralRe: Excel Pin
waner michaud28-Sep-09 3:20
waner michaud28-Sep-09 3:20 
AnswerRe: How can I export a datagrid to excel? Pin
Johan Hakkesteegt25-Sep-09 8:54
Johan Hakkesteegt25-Sep-09 8:54 
GeneralRe: How can I export a datagrid to excel? Pin
waner michaud25-Sep-09 10:52
waner michaud25-Sep-09 10:52 
Questiontodolist in vb.net Pin
mohsen3325-Sep-09 2:37
mohsen3325-Sep-09 2:37 
AnswerRe: todolist in vb.net Pin
Steven J Jowett25-Sep-09 3:03
Steven J Jowett25-Sep-09 3:03 
Questiongame competition Pin
maybel 25-Sep-09 2:22
maybel 25-Sep-09 2:22 
AnswerRe: game competition Pin
Dave Kreskowiak25-Sep-09 3:48
mveDave Kreskowiak25-Sep-09 3:48 
GeneralRe: game competition Pin
Christian Graus25-Sep-09 11:28
protectorChristian Graus25-Sep-09 11:28 
GeneralRe: game competition Pin
Dave Kreskowiak25-Sep-09 11:45
mveDave Kreskowiak25-Sep-09 11:45 
AnswerRe: game competition Pin
Christian Graus25-Sep-09 11:01
protectorChristian Graus25-Sep-09 11:01 
QuestionParameter is not valid. Pin
Anubhava Dimri24-Sep-09 21:00
Anubhava Dimri24-Sep-09 21:00 
AnswerRe: Parameter is not valid. Pin
Christian Graus24-Sep-09 21:54
protectorChristian Graus24-Sep-09 21:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.