fill-audit-dataset procedure
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
fill-audit-dataset procedure
Fills a ProDataSet with the audit policies from the database specified.
Parameters:
- INPUT pcDbInfo AS CHARACTER
- Database information string that contains at least the logical database name to read the policies from.
- OUTPUT DATASET-HANDLE FOR phDset
- The ProDataSet object.
Note: Check for
any error messages using the ABL
RETURN-VALUE function.Example:
|