I am getting an exception when I try to open a database connection to an Access database using ODBC. Here is the code I am using:
Dim queryString As String = "SELECT DISTINCT LocationName FROM Locations"
Using connection As New OdbcConnection( Go to the complete details ...