AppBuilder Queries
- Last Updated: February 19, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A set of instructions used to find the contents of one or more tables in your database. Creating a query consists of selecting the following:
- Tables that comprise the query
- Criteria you want to use to process the information in the query
- SmartV8Query
A SmartV8Query is a Version 8 SmartObject that defines a set of records to fetch from a database. A SmartV8Query usually has no run-time visualization (unless you specifically add a frame to it).
For more information, see SmartDataObject Wizard.