If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > catastrophic failure using my sql oledb provider in ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-17-04, 01:34
krishna prakash krishna prakash is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
catastrophic failure using my sql oledb provider in ASP

Hi,

I installed mysql oledb provider in my system.

But Iam unable to connect to my sql using ADODB Object in ASP, its giving me following error
---------------------------------------------------------------------------------------------------
Error Type:
Provider (0x8000FFFF)
Catastrophic failure
/test/sampleconnection.asp, line 16

---------------------------------------------------------------------------------------------------

I wrote following code in ASP;
-------------------------------------------------------------
dim conn
connString="Provider=MySQLProv;server=192.168.1.7; port=3306;database=grades;uid=test;pwd=test"
set conn=server.CreateObject("ADODB.connection")
conn.Open()
---------------------------------------------------------------------------------

Please suggest me as soon as posssible.

Regard's
Krishna Prakash.K
Reply With Quote
  #2 (permalink)  
Old 03-17-04, 01:57
trieder trieder is offline
Registered User
 
Join Date: Sep 2003
Posts: 69
Error Type says provider, you sure that the connection string is correct?
Reply With Quote
  #3 (permalink)  
Old 03-17-04, 03:31
krishna prakash krishna prakash is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
Quote:
Originally posted by trieder
Error Type says provider, you sure that the connection string is correct?
connection string exactly correct, because thats alreadt working with ODBC. I want it to shift OLEDB provider

please suggest
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On