isDBOnAppServer function
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
isDBOnAppServer function
Checks if the database specified by a given database information string is on the application server. If we are running a WebClient session, this is always the case, so it will always return true for the WebClient. The database information string is returned by get-complete-dbname-list procedure, get-dbname-list procedure, and src/auditing/_get-db-list.p.
Returns:
LOGICAL
Parameters:
- INPUT pcDbInfo AS CHARACTER
- Database information string.
Example:
|