Sets database options in an Adaptive Server-compatible manner.
SET option-name option-value option-value ANSINULL [ ON | OFF ] | ANSI_PERMISSIONS [ ON | OFF ] | CLOSE_ON_ENDTRANS ON | QUOTED_IDENTIFIER [ ON | OFF ] | ROWCOUNT integer | STRING_RTRUNCATION [ ON | OFF ] | TRANSACTION ISOLATION LEVEL [ 0 | 1 | 2 | 3 ]
In SAP Sybase IQ, if ROWCOUNT is greater than the number of rows that dbisql can display, dbisql may do extra fetches to reposition the cursor. The number of rows actually displayed may be less than the number requested. Also, if any rows are refetched due to truncation warnings, the count might be inaccurate.
A value of zero resets the option to get all rows.
Database options in SAP Sybase IQ are set using the SET OPTION statement. However, SAP Sybase IQ also provides support for the Adaptive Server SET statement for a set of options particularly useful for compatibility.