PDA

Click to See Complete Forum and Search --> : ADO PROVIDER NOT FOUND?


Jan 13th, 2000, 10:58 PM
have a vb6 program with adodc that will not connect to a MSACCESS DB. This problem only happens when installed on other computer other than computer program was developed on.
I get the following error: "ADO provider not found"

any ideas

gnosys
Jan 14th, 2000, 12:40 AM
Does the other machine have ADO installed? I've never worked with the ADO data control, but I know that when using ADO in an app, the machines on which the app will run have to have ADO installed. You can download MDAC 2.0 from microsoft (http://www.microsoft.com/data). Your VB6 disc might contain a copy, too (?)
Hope this helps.