Click to See Complete Forum and Search --> : ADO - Error!!
hyme
Jun 26th, 2000, 09:47 PM
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!
Clunietp
Jun 26th, 2000, 10:02 PM
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
Jimbob
Jun 26th, 2000, 10:03 PM
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
Red Thread
Aug 30th, 2000, 08:49 AM
Hi there,
Is your problem solved? If so, how did you did it?
I'm wrestling with the same problem here .... :(
greetings !
hyme
Aug 30th, 2000, 09:19 AM
When I use Win98 it works, but on NT I still get the same error. If you solve this let me know!
Clunietp
Aug 30th, 2000, 09:50 AM
Hey people, what do your connection strings look like?
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.