| handleHardIOErrors |
Determines whether a program continues to run
after a hard error has occurred on an I/O operation in a try block.
This property is maintained for compatibility only. The default value
is YES. |
| i4glItemsNullable |
Determines whether a program emulates the behavior
of I4GL in creating variables as nullable by default. Compatibility
property. Default is NO. |
| localSQLScope |
Determines whether identifiers for SQL result
sets and prepared statements are local to the current program. This
property is maintained for compatibility only. The default value is
YES. |
| textLiteralDefaultIsString |
Determines whether literals without specific
type designation receive the STRING type or (if set to NO) a type
based on the characters in the literal. This promotes compatibility
with programs migrated from VisualAge® Generator.
The default value is YES. |
| throwNrfEofExceptions |
Determines whether a soft error causes an exception
to be thrown. This property is maintained for compatibility only.
The default value is NO. |