3 messages in com.mysql.lists.win32RE: help needed getting asp.net and M...
FromSent OnAttachments
Peter Marino18 Mar 2002 12:42 
Fredrick Bartlett18 Mar 2002 19:32 
Chris Boer18 Mar 2002 22:39 
Subject:RE: help needed getting asp.net and MySQL to work
From:Chris Boer (cbo@pointit.nl)
Date:03/18/2002 10:39:56 PM
List:com.mysql.lists.win32

START WITH READING INSTALL MANUALS BEFORE ASKING THIS !!! IF YOU CANNOT MANAGE YOU CAN ASK YOUR QUESTIONS !

-----Oorspronkelijk bericht----- Van: Peter Marino [mailto:pw@ioi.dk] Verzonden: maandag 18 maart 2002 21:43 Aan: MySQL-Win32 Onderwerp: help needed getting asp.net and MySQL to work

I have tried the following ( MSG: whatever... ) is what I get as an error message when connecting with each of the examples:

// MSG: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. //sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=localhost;Initial Catalog=test;uid=root;Integrated Security=SSPI;";

// MSG: Could not find installable ISAM. //sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;DSN=sample-MySQL;uid=root;";

// MSG: An OLE DB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;' //sConnection = "DSN=sample-MySQL;uid=root;";

// MSG: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. Invalid connection string attribute //sConnection = "Provider=SQLOLEDB;DSN=sample-MySQL;uid=root;";

// MSG: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied //sConnection = "Provider=SQLOLEDB;Data Source=localhost;Initial Catalog=test;uid=root;Integrated Security=SSPI;";

can anybody help me? what do I need to do to get connected and open the test database that comes with MySQL?

I running this on WindowXP

To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail win3@lists.mysql.com instead.