MySQL Forums
Forum List  »  Microsoft SQL Server

Odbc Driver 3.51.11.1
Posted by: ddumondelle
Date: February 11, 2005 07:29AM

Hi,

I have a problem ASP - MYSQL

Err.Description : défaillance irrémédiable
Err.number : -2147418113

My Asp Code :
set DbEurope = server.createObject("ADODB.Connection")
Europe = "DRIVER={MySQL ODBC 3.51 Driver};" & _
"SERVER=11.1.2.598;" & _
"PORT=3306;" & _
"Option=16386;" & _
"Stmt=;" & _
"Database=test;" & _
"UID=toto;" & _
"PASSWORD=toto;"

DbEurope.Open Europe

My test connection with ( Data sources ODBC Administrator ) it's OK

My version ODBC - DRIVER : 3.51.11.1 dowloaded in your site.

Thank help me
Dd

Options: ReplyQuote


Subject
Written By
Posted
Odbc Driver 3.51.11.1
February 11, 2005 07:29AM


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.