Guest jhoga Posted July 1, 2002 Posted July 1, 2002 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." Quote
*Gurus* Derek Stone Posted July 1, 2002 *Gurus* Posted July 1, 2002 objConnection = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:\database.mdb;") ... will work with an Microsoft Access database. Good Luck -CL Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.