


MAX-CURSORS is the number of cursors (parameterized queries) in Acu4GL's cursor cache. The default value is 100. The range is 1-100. If you set this variable to a number less than the maximum of 100, you may reduce the number you specify in the Informix system parameter open_cursors by a like amount. The value of Informix's open_cursors should exceed MAX-CURSORS by at least 7.
Example
To allow your application to use up to 23 cursors, you would specify:
MAX-CURSORS 23
in the configuration file.