Catastrophic failure
------=_NextPart_000_0003_01C4FF3A.E2D54430
Content-Type: text/plain;
charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable
Dear Sir/Madam!
I'm using MySql 4.0.21 -nt via TCP-IP under windows 2003 web server =
edition.
When I'm try to connection with Asp page.It is give me this error.
Provider error '8000ffff'
Catastrophic failure
/mysql/kayit.asp, line 3
My connection string is like that
set conn=3Dserver.createobject("ADODB.Connection")
dsn=3D"DRIVER=3D{MySQL ODBC 3.51 Driver}; =
USERNAME=3Droot;PASSWORD=3D12345678;SERVER=3Dlocalhost;DATAB ASE=3Dtester;=
"
conn.open dsn
and I'm already configure ODBC.
What I am for this bad problem.
I'm waiting your replies soon...
Best Regards
Orhan KARA
------=_NextPart_000_0003_01C4FF3A.E2D54430--
RE: Catastrophic failure
Your connection string should look something like this:
strConn =3D "DRIVER=3D{MySQL ODBC 3.51 Driver};" & _
"Server=3Dlocalhost;" & _
"Port=3D3306;" & _
"Option=3D16387;" & _
"Stmt=3D;" & _
"Database=3Dmydb;" & _
"Uid=3Dmyuser;" & _
"Pwd=3Dmypassword"
Regards,
John Doolan
-----Original Message-----
From: Orhan Kara [Soul Hosting] [mailto:orhankara [at] soulshosting.com]
Sent: 20 January 2005 19:56
To: myodbc [at] lists.mysql.com
Subject: Catastrophic failure
Dear Sir/Madam!
I'm using MySql 4.0.21 -nt via TCP-IP under windows 2003 web server
edition.
When I'm try to connection with Asp page.It is give me this error.
Provider error '8000ffff'
Catastrophic failure
/mysql/kayit.asp, line 3
My connection string is like that
set conn=3Dserver.createobject("ADODB.Connection")
dsn=3D"DRIVER=3D{MySQL ODBC 3.51 Driver};
USERNAME=3Droot;PASSWORD=3D12345678;SERVER=3Dlocalhost;DATAB ASE=3Dtester;=
"
conn.open dsn
and I'm already configure ODBC.
What I am for this bad problem.
I'm waiting your replies soon...
Best Regards
Orhan KARA
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=3Dgcdmo-myodbc [at] m.gmane.o rg