Query 8
- Last Updated: April 3, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
In Query 8 presented in this section, note the following points related to cursor behavior:
<2> The DataServer uses the cursor to compare schema information and fetch column values.
<3> This is
a standard cursor. The default cache size is 1024. Since the DataServer
fetches only the PROGRESS_RECID column, it requires
only 4 bytes for each row. A single fetch retrieves all 85 PROGRESS_RECID values
in the CUSTOMER table.
|
|