
VB6 ADO, Jet "Error initializing provider"
Added Microsoft ADO Data Control to form in VB6. I want to use a connection
string, and I can either use Build or put in the connection string manually
and I still get the error message.
When using the pick "Build" method, I choose Microsoft Jet 3.51 OLE DB from
the list. Connection string:
Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
Source=C:\biblio.mdb
or
Provider=Microsoft.Jet.OLEDB.3.51;Data Source=C:\biblio.mdb;USER
ID=admin;Password=
With user name either Admin or left blank, and Blank password checked or
unchecked.
Then I choose my Access database file (I'm using the test database file,
biblio.mdb, which installed locally on my H/D).
When I test it ("Test Connection"), I get the error message "Test connection
failed because of an error initializing provider. Unspecified error."
I had a lot of trouble installing VB6. It was trying to write to the same
drive that some of my other MS Apps are on, a locked network drive. I have
had some other problems for example, getting the VB6 Data Form Wizard to
show up in the Add-Ins menu.
The DAO controls seem to work.
Do I maybe need to install something? I hate to try and reinstall VB6
completely, as it was such a bear to install i the first place (because, as
I mentioned before, I couldn't override some of the paths it wanted to
install files into).
Thanks
Christie