Query 7
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
In Query 7 presented in this section, note the following points related to cursor behavior:
<2> The DataServer uses the cursor to compare schema information. It does not fetch any column values.
<3> The
cursor selects only the fields in the field-list. The default cache-size
of 8192 is sufficient to hold 106 rows. A single fetch retrieves
the entire CUSTOMER table.
|
|