-
I am using an ADO connection to a Access97 database on my network. The .exe works great from my PC, but if I use another PC I get:
Run-Time Error 3706
ADO could not find the specified provider.
The other PC's don't have VB one them (If that's a factor!)
If anyone can solve this, you are truely a GOD!
-
I'm guessing you are using ADO, and am also guessing that you are distributing MDAC 2.1, which does not include the Jet OLEDB 3.51 provider.
Distribute MDAC 2.0 instead, you can get it at
http://www.integrade.com/downloads/mdac.html
or off your visual studio cd
MDAC 2.0 includes the driver for Jet 3.51
-
have you installed all the stuff you need for ADO??
MDAC and all that stuff is not included as standard
if not, try using packge and deployment wizard - it should include everything in the setup wizard
-
Problem solved ?
Hi there,
Is your problem solved? If so, how did you did it?
I'm wrestling with the same problem here .... :(
greetings !
-
Nope!
When I use Win98 it works, but on NT I still get the same error. If you solve this let me know!
-
Hey people, what do your connection strings look like?