PDA

Click to See Complete Forum and Search --> : Delphi and Ado


purusingh1
May 5th, 2006, 07:04 AM
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