Here is the screen shot of the vb.net: http://www.mypicx.com/12132009/ers/
And here is my code:
Dim connectionString As String = "Driver={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=my school;" '
Dim conn As New OdbcConnection(connectionString)
conn.Open()
Dim da As New OdbcDataAdapter("SELECT IDNUMBER, LASTNAME, FIRSTNAME, MIDDLENAME COURSE FROM students", conn)
conn.Close()
-All I want to do is to connect wamp server with vb.net, here is the version in wamp server
sql server : 5.1.36