|
-
Jul 17th, 2001, 07:40 AM
#1
Thread Starter
New Member
ADO problem
I've created a vb application that accesses an Access 97 database. The program works fine on most PC's in my office. We are on a Windows 2000 server. The problem is that there are three or four PC's out of 60+ that just won't run the program. They keep getting an error message "ADO could not find the specified provider". I just need some hints on where to look. Like I said, I've installed the setup.exe on all pc's, but these few just won't run the program.
Sam
-
Jul 17th, 2001, 07:49 AM
#2
according to MSDN, that error is generated when the OLE DB provider isn't installed properly on the pc. so you either have to reinstall MDAC or type this in the DOS prompt:
REGSVR32 "C:\Program Files\Common Files\System\ole db\MSDASQL.DLL"
hope that helps
-
Jul 18th, 2001, 09:07 AM
#3
New Member
If you are using Jet 3.51 you will need to install Mdac_typ.exe 2.0 or 2.1 on each machine.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|