Navigation:  ABC Library Reference > DbChangeManager > DbChangeManager Methods >====== CheckChanges(check record for changes) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

CheckChanges(filename, file)

blk2blue.jpg

CheckChanges Checks the record for changes.
filename A string constant, variable, EQUATE, or expression containing the label of the file that is audited.
file The label of the FILE being auditied.

The CheckChanges method checks to see if there were any changes made to the columns in the audited file. This method calls the CheckPairs method to compare the before and after field values of the audited file.

See Also:     DbChangeManagerBeforeChange, IDbChangeManagerOnChange, DbChangeManager.CheckPair