General discussion
-
Topic
-
VB60 – ACCESS 2000 – PROVIDER
LockedI am trying to use an Access 2000 database with VB60.
Public TheConnection as ADODB.Connection
Set TheConnection = New ADODB.Connection
TheConnection.CursorLocation = adUseClient
TheConnection.Open “PROVIDER=Microsoft.Jet.OLEDB.4.0; Data Source =;” Error 3706
ADO could not find the Specified Provider
All Comments
Viewing 3 reply threads