Try OpenEdge Now
skip to main content
Programming Interfaces
Audit Policy Maintenance APIs : Caching API : changeAuditDatabase procedure
 

changeAuditDatabase procedure

This procedure fills the internal ProDataSet object with the policy configuration from the database specified in a database information string. This should only get executed if the caller does not have its own ProDataSet object and wants this procedure to maintain one for them. If the caller passes an empty string, this procedure empties the temp-tables in the ProDataSet.
Parameters:
INPUT pcDbInfo AS CHARACTER
Database information string specifying the database with policy configuration information.
Note: Check for any error messages using the ABL RETURN-VALUE function.