Anyone else using a MySQL Connector? Under WinXP, it works fine. I download the connector, install it, then voila.. code works. The relevant part of my code is:
Set DB = CreateObject("ADODB.Connection")
DB.Open "Driver={MySQL ODBC 3.51 Driver}; Server=sql-server; Port=3306; Option=0...
I tried to install sidexis (X-Ray program) wich uses an access database on a server. The installing program could not reach the connected drive (network). This way I installed the database locally and tried to point it to the one on the server. it was not possible because the odbc drivers are...