MyDAC

TMyConnectionOptions.CheckBackslashes Property

Used to check the value of the NO_BACKSLASH_ESCAPES server variable.

Class

TMyConnectionOptions

Syntax

property CheckBackslashes: boolean default False;

Remarks

Use the CheckBackslashes property to check the value of the NO_BACKSLASH_ESCAPES server variable. It enables or disables the usage of the backslash character ('\') as an escape character within strings. The backslash character is used when transferring parameters in a query and when dumping a database to a SQL script with the TMyDump component.

If the CheckBackslashes property is set to True, the value of the NO_BACKSLASH_ESCAPES variable is read from the server when establishing a connection. The received value will determine if the backslash character is used as an escape character within strings.

If the CheckBackslashes property is set to False, the backslash character will be used in any case. The default value is False.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback