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 > Data Access, Manipulation & Batch Languages > Delphi, C etc > adFldUpdatable problem using a disconnected recordset

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-07-04, 10:35
dgl628 dgl628 is offline
Registered User
 
Join Date: May 2004
Posts: 4
adFldUpdatable problem using a disconnected recordset

I am using a disconnected ADO 2.5 recordset which was returned by a DB2 stored procedure.

My problem is that many of the fields are marked with the attribute adFldUpdatable = false.

Now I understand that the provider sets this attribute to indicate that it doesn't know how to update the field should I ask it to. But I am never gonna ask it to.

I want to use my disconnected recordset - how should I say ummm.. "disconnectedly". I am never gonna ask DB2 to do an update, and I want to be able to update these fields in the recordset.

Is there any way to force this attribute? other ideas?

(currently we are copying the returned recordset into another recordset which we have built independently. This causes a HUGE performance problem for us).


thanks
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