![]() | ![]() |
Home |
|
|
Reference Manual: Commands |
|
| Chapter 1 Commands |
|
| set |
|
| Standards |
ANSI SQL - Compliance level: Transact-SQL extension.
The ANSI SQL standard specifies behavior that differs from Transact-SQL behavior in earlier Adaptive Server versions. Compliant behavior is enabled by default for all Embedded-SQL precompiler applications. Other applications needing to match this standard of behavior can use the set options listed in Table 1-38.
Option | Setting |
ansi_permissions | on |
ansinull | on |
arithabort | off |
arithabort numeric_truncation | on |
arithignore | off |
chained | on |
close on endtran | on |
fipsflagger | on |
quoted_identifier | on |
string_rtruncation | on |
transaction isolation level | 3 |
|
|