MySQL Forums
Forum List  »  Connector/ODBC

Re: Data source cannot be found (ODBC 5.2.5)
Posted by: Michael Netherton
Date: July 11, 2013 08:04AM

I am having the same issue. I tried both of the examples, but I'm still getting [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.

This is my connection string:
strConn = "Driver = {MySQL ODBC 5.2 ANSI Driver}; Server=; Database=xxxxx; uid=xxxx; pwd=xxxx; Option=3;"
set objConn = server.CreateObject("ADODB.Connection")
objConn.Open strConn

I never had any issues with 3.1 or 5.1. This version is driving me crazy.

Options: ReplyQuote


Subject
Written By
Posted
Re: Data source cannot be found (ODBC 5.2.5)
July 11, 2013 08:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.