Try OpenEdge Now
skip to main content
Programming Interfaces
Audit Policy Maintenance APIs : Generic utility API : updateAuditEvent procedure
 

updateAuditEvent procedure

Saves the changes tracked in the given ProDataSet object into the database specified by the database information string. The ProDataSet should at least contain a table with the audit events records. The caller should check the ProDataSet and buffer's ERROR attribute for any error conditions.
Parameters:
INPUT pcDbInfo AS CHARACTER
Database information string specifying the target database to save the changes.
INPUT-OUTPUT DATASET-HANDLE phDataset
ProDataSet with the tracked changes.