commit( )

Saves any changes made to the current record of an AGDBSet object since calling the addNew( ) method or since changing any field values in an existing record.

Interface

AGDBSet

IDL definition
void commit( );
ADO equivalent
Update Method
JavaScript synopsis
dbset.commit( )
C synopsis
void AVcommit(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

None

Remarks

The current record remains current after you call the commit( ) method.

See also

addNew( )