Recent content by Strahan

  1. S

    Windows 7 MySQL Connector problem

    Figured it out... I noticed one day it all of the sudden was working. I was like WTF.. then I realized I had ran the dos window as administrator. Opened a normal user window and sure enough, the script failed. So it's a rights issue. Whew!
  2. S

    Windows 7 MySQL Connector problem

    Well, the MySQL installer was "mysql-connector-odbc-5.1.5-winx64.msi", for Win x64. The MySQL it's talking to is on a Win2003 box.
  3. S

    Windows 7 MySQL Connector problem

    Windows 7 RC 64 bit
  4. S

    Windows 7 MySQL Connector problem

    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...
Back
Top Bottom