Bug #8157 Catastrophic failure
Submitted: 27 Jan 2005 6:19 Modified: 27 Jan 2005 6:30
Reporter: Kumar Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Websites: forums.mysql.com Severity:S1 (Critical)
Version: OS:Windows (WINDOWS)
Assigned to: CPU Architecture:Any

[27 Jan 2005 6:19] Kumar
Description:
Hai,
I am trying to connect to MySql DB from ASP using 

Dim strConStr, Conn Set Conn = Server.CreateObject ("ADODB.Connection") 
strConStr = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=test;UID=root;PASSWORD=;OPTION=3;" 
Conn.Open strConStr 

This is giving follwowing err:
Error Type:
Provider (0x8000FFFF)
Catastrophic failure

Please give me the solution

Note: I am using this SAME CONNECTION WITH ASP.NET VB.NET. IT IS WORKING PERFECTLY.
BUT WITH CLASSIC ASP,I AM GETTING ERROR

-KUMAR

How to repeat:
Catastrophic failure
[27 Jan 2005 6:30] Aleksey Kishkin
http://bugs.mysql.com/bug.php?id=7696