10 messages in com.mysql.lists.win32RE: ODBC: ASP->COM
FromSent OnAttachments
Stuart McDonald06 Jun 2000 18:20 
Stuart McDonald06 Jun 2000 20:15 
Jonah H. Harris06 Jun 2000 20:24 
Christopher Land06 Jun 2000 20:26 
Christopher Land06 Jun 2000 20:27 
indrek siitan06 Jun 2000 21:59 
Stuart McDonald06 Jun 2000 22:02 
Stuart McDonald06 Jun 2000 22:16 
Stuart McDonald06 Jun 2000 22:35 
Sinisa Milivojevic07 Jun 2000 06:26 
Subject:RE: ODBC: ASP->COM
From:Christopher Land (c2l@realmedia.com)
Date:06/06/2000 08:27:13 PM
List:com.mysql.lists.win32

is it a System DSN? User DSN is default installed by MySQL client. -chrs-

-----Original Message----- From: Jonah H. Harris [mailto:dunc@wayfarer1.com] Sent: Tuesday, June 06, 2000 8:25 PM To: win@lists.mysql.com Subject: ODBC: ASP->COM

Hello all....

I'm developing an ASP/COM system that uses MySQL. I'm using the latest ODBC driver for MySQL on Win2K. I have my ASP call a COM object. The COM object works perfectly when I test it with another program... however, somewhere between the ASP and the COM something happens... I get this error from IE.

Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /igatest.asp, line 54

Line 54 is the caller and refers to this connection string in my code... tell me if it is wrong... PROVIDER=MSDASQL;dsn=sample-mysql;uid=root;pwd=;database=IGARETAIL;

Jonah