|
AnyDAC
|
Controls processing of escape sequences.
Use EscapeExpand property to control escape sequences expansion. If it is True, then they will be processed and expanded into target DBMS syntax constructions. If it is False, then AnyDAC will ignore escape sequences. The default value is True.
Setting EscapeExpand to False, may be usefull, if:
Setting PreprocessCmdText to False, sets EscapeExpand to False.
property EscapeExpand: Boolean;
|
What do you think about this topic? Send feedback!
|