Query 9
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
In Query 9 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. Note that the advantage of using a field list is
lost by not using a lookahead cursor. The DataServer uses the schema comparison
cursor to retrieve column values by the PROGRESS_RECID column.
Only those fields mentioned in the field list are available to the
client.
|
|