Index Cursors (-c)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Index Cursors (-c)
Use Index Cursors (-c) to specify the number of index place holders, or
cursors, for an OpenEdge session.
| Operating system and syntax | UNIX / Windows |
-c
n
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| DataServer | — | — | — | — |
- n
-
The number of index cursors allowed.
Each active FOR EACH and
FIND NEXT loop uses one index cursor for each index the
AVM is using. A cursor takes 64 bytes. If you need more index cursors, the AVM displays the
following error message:
|
Note: The
-c parameter has a
different meaning when you connect to an ORACLE database. For more information, see Use the Oracle Data Server.