updateAuditEvent procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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.