I 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