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 > error using recordset.addnew() using mysql odbc driver.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-18-04, 01:01
krishna prakash krishna prakash is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
error using recordset.addnew() using mysql odbc driver.

Hi,

I installed ODBC Drivers(myODBC-3.51.06) for MySQL,
Iam trying to add a record using RecordSet in ASP;

But its giving me an error as 'Object or Driver does not support this feature. Rest all other options(sleecting ,etc..) its working fine.

I wrote following code:
--------------------------
rs.open "select * from customers",conn,1,1
rs.AddNew() ----here its giving an error.
rs(0)=sCode
rs(1)=sName
-----------------

Plese suggest me as soon as possible
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