Hi,
Im getting the following error:
Heres some code.
What is the correct connection string for an odbc connection to an access database?
Thanks.
Im getting the following error:
An unhandled exception of type System.ArgumentException occurred in system.data.dll
Additional information: The .Net Data OLE DB Provider(System.Data.OleDb) does not support the MSDASQL Provider, Microsoft OLE DB Provider for ODBC Drivers.
Heres some code.
Code:
Dim DataCon As New OleDb.OleDbConnection("Provider=Microsoft OLE DB Provider for ODBC Drivers;DSN=brandlab;HOST=127.0.0.1;UID=;PWD=")
Dim cmd As New OleDb.OleDbCommand()
What is the correct connection string for an odbc connection to an access database?
Thanks.