|
-
May 5th, 2006, 06:04 AM
#1
Thread Starter
Addicted Member
Delphi and Ado
in vb I can see the pending deleted values using
filter =adpendingrecord
if status=deleted then
rs.fields.originalvalue
but if I do the same thing in Delphi it gives error like
either eof or bof or the operation required currentrecord.
filtergroup =fgpending..
filtered=true;
...OldValue;
How can get the oldvalue
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|