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
Printable View
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
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.