undo( )

Cancels the changes made to the current row.

Interface

AGDBSet

IDL definition
void undo( );
ADO equivalent

CancelUpdate method

JavaScript synopsis
dbset.undo( )
C synopsis
void AVundo(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

None

Remarks

Note that you cannot cancel changes to the current row after you call the commit( ) method.

See also

commit( )