Connecting Tech Pros Worldwide Forums | Help | Site Map

Interface not supported

Jurjen de Groot
Guest
 
Posts: n/a
#1: Aug 23 '06
Hello,

I have a vb6 program running on a client's pc (win2000), connecting through
ADO to a mySql database on the web. The program updates that database with
updated information from the client's local pc database. This has worked
just fine, but recently after he installed a program on his pc, is doesn't
anymore. It still works fine from my development pc, so I guess the programm
is still intact as are the credentials to connect to the remote database.

I have already uninstalled the programm that was installed and (probably)
caused the problem, reinstallaed the vb6 app, mySql odbc drivers etc. but
nothing seems to solve this issue. Before doing the ultimate fix (format C:
+ REinstall) just thought maybe somebody in this group may have some idea
how to fix this ...


Best regards,
Jurjen.



Dikkie Dik
Guest
 
Posts: n/a
#2: Aug 23 '06

re: Interface not supported


I do not know where the error comes from (your VB program, ADO, ...),
but it might help to reinstall MDAC and therefore ADO. Is the VB program
using a system DSN? In that case, check the validity of that also.

Good luck.

Jurjen de Groot wrote:
Quote:
Hello,
>
I have a vb6 program running on a client's pc (win2000), connecting through
ADO to a mySql database on the web. The program updates that database with
updated information from the client's local pc database. This has worked
just fine, but recently after he installed a program on his pc, is doesn't
anymore. It still works fine from my development pc, so I guess the programm
is still intact as are the credentials to connect to the remote database.
>
I have already uninstalled the programm that was installed and (probably)
caused the problem, reinstallaed the vb6 app, mySql odbc drivers etc. but
nothing seems to solve this issue. Before doing the ultimate fix (format C:
+ REinstall) just thought maybe somebody in this group may have some idea
how to fix this ...
>
>
Best regards,
Jurjen.
>
>
Jurjen de Groot
Guest
 
Posts: n/a
#3: Aug 24 '06

re: Interface not supported


I have reinstalled MDAC 2.8 but that didn't help either...
I'm not using a DSN.


"Dikkie Dik" <nospam@nospam.orgwrote in message
news:44eca431$0$24270$bf4948fe@news.tele2.nl...
Quote:
>I do not know where the error comes from (your VB program, ADO, ...), but
>it might help to reinstall MDAC and therefore ADO. Is the VB program using
>a system DSN? In that case, check the validity of that also.
>
Good luck.
>
Jurjen de Groot wrote:
Quote:
>Hello,
>>
>I have a vb6 program running on a client's pc (win2000), connecting
>through ADO to a mySql database on the web. The program updates that
>database with updated information from the client's local pc database.
>This has worked just fine, but recently after he installed a program on
>his pc, is doesn't anymore. It still works fine from my development pc,
>so I guess the programm is still intact as are the credentials to connect
>to the remote database.
>>
>I have already uninstalled the programm that was installed and (probably)
>caused the problem, reinstallaed the vb6 app, mySql odbc drivers etc. but
>nothing seems to solve this issue. Before doing the ultimate fix (format
>C: + REinstall) just thought maybe somebody in this group may have some
>idea how to fix this ...
>>
>>
>Best regards,
>Jurjen.

Closed Thread