Multi-table views
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Multi-table views
Syntax
The DataServer supports direct access to multi-table views. Use the following ABL syntax to read rows from multi-table views:
|
You cannot use other ABL queries, such as the DEFINE QUERY, OPEN
QUERY, GET, and DEFINE BROWSE statements, to
access multi-table views.
ABL cannot recognize whether a view in an Oracle database is a multi-table view. Although the DataServer copies multi-table views into the schema image, ABL returns run-time errors if you try to update them with an OpenEdge application.