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 > urgent: MyOLEDB 3.0 provider has a bug

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-09-04, 10:29
sachin_mt sachin_mt is offline
Registered User
 
Join Date: Jan 2003
Posts: 106
urgent: MyOLEDB 3.0 provider has a bug

Hi ,

I am using MyOLEDB provider ver.3.0 and mysql 4.0 db.

We use ASP as front end and use ADODB object to connect to db.
connect string is

Provider=MySqlProv3.0;location=localhost;Data Source=<db name>;User ID=<userid>;Password=<password;

when i connect to the mysql db using connection object and execute statment like insert into test values('sa<chk>assd')

when I go to the db and check it is inserted as sa < chk > assd
so it puts one space before and after < or > symbol into the db.
I checked inserting the same from the mysql db and it works fine.
So this is a bug with the provider.

Is this bug fixed or is there any patch to fix this or is there any other driver I can use to connect to mysql db.
I was using myodbc 3.51.8 driver,here the recordset.recordcount gives -1 even though there are records.
So I dont want to use this myodbc driver,if you have any other solution pl. inform me.
__________________
Sachi
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