MySQL Forums
Forum List  »  Connector/ODBC

3.51 err # (0x80004005) asp connect to mysql 5.0.
Posted by: Rob Drake
Date: February 03, 2005 12:51AM

My connection string in ASP3.0
set oConn = Server.CreateObject("ADODB.Connection")
oConn.Open "Driver={mySQL 3.51}; Server=localhost; Port=3306; Database=wheels; Uid=root; Pwd=letmein;"

(DSNless connection - when i setup a DSN the test succeeds.)

Error message:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Passwords etc are all correct.

Rob

Options: ReplyQuote


Subject
Written By
Posted
3.51 err # (0x80004005) asp connect to mysql 5.0.
February 03, 2005 12:51AM


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.