I Have a little program that connects to the database and displays the table on the datagrid.
I can connect fine, but it highlites this one line(underlined ) in the code. This same code works fine in another program. I can't figure out what is the problem. I'll appreciate any help. Here is my code
Dim connection As OdbcConnection
Dim ConnectionStrin g As String = "DSN=VisionStar ;pwd=jolly"...