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.
            
 AGDBSet
void commit( );
Update Method
dbset.commit( )void AVcommit(AGDBSet* dbset);
dbset    The AGDBSet object.
                     
None
 The current record remains current after you call the commit( ) method.
            
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |