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