Interface not supported

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jurjen de Groot

    Interface not supported

    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

    #2
    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:
    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.
    >
    >

    Comment

    • Jurjen de Groot

      #3
      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. ..
      >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:
      >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.

      Comment

      Working...