Sets the ANSI_QUOTES value for the sql_mode variable.
Unit
MyClasses
Syntax
TAnsiQuotesMode = (aqDefault, aqAllow, aqDenied);
Values
| Value | Meaning |
|
aqAllow |
Forcefully includes the ANSI_QUOTES value in the sql_mode variable regardless of the server's current value. |
|
aqDefault |
Forcefully excludes the ANSI_QUOTES value in the sql_mode variable regardless of the server's current value. |
|
aqDenied |
Uses the ANSI_QUOTES value of the sql_mode variable regardless of the server's current value. |
Remarks
Use the value assigned to the ANSI_QUOTES property for the sql_mode variable. To use these constants, you should add the MyClasses unit to the uses clause.