Accessing VSTs with ABL or SQL
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Accessing VSTs with ABL or SQL
You can write ABL or SQL to query the information contained in the Virtual System Tables. However, because of the leading underscore (_) in the table names, and field or column names, quotes must be used when writing SQL queries. The following ABL and SQL statements both determine the enabled features of a database from the _database-Feature VST:
|
|
The result of running either query against the sports database is:
|
See the sections that follow for descriptions of the Virtual System Tables and their fields.