get-dbname-list procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
get-dbname-list procedure
Gets list of connected databases with auditing enabled by calling src/auditing/_get-db-list.p. It also handles cases where the
database is on the application server, if there is a connection to an application server.
The list contains entries separated by the value of CHR(1).
Each entry contains the logical database name. It may also contain additional information
such as "read-only" or "appserver". List of possible entries is defined in src/auditing/include/_aud-std.i.
Parameters:
- OUTPUT pcList AS CHARACTER
- List of databases, each database separated by the value of
CHR(1).
Example:
|