has-DB-option function
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
has-DB-option function
Looks for a given option in the database information string. The database information string is returned by get-complete-dbname-list procedure, get-dbname-list procedure, and src/auditing/_get-db-list.p. The list of possible entries is defined in src/auditing/include/_aud-std.i.
Returns:
LOGICAL
Parameters:
- INPUT pcDbInfo AS CHARACTER
- The database information string.
- INPUT pcDbOption AS CHARACTER
- String containing the entry to look for.
Example:
|