ODBC drivers

  • Thread starter Thread starter jhoga
  • Start date Start date
J

jhoga

Guest
i'm trying to connect to a progress database using vb.net. I have an odbc driver which works with access
but will not work with .net any suggestions?
The error i get say's "You cannot use an OLE Db provider for ODBC drivers."
 
Code:
objConnection = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:\database.mdb;")

... will work with an Microsoft Access database.

Good Luck
-CL
 
Back
Top