Page 1 of 1

Insert a double exclamation point "!!" into a table's varchar field

Posted: Mon 15 Feb 2021 14:39
by tomo
I'm using C++Builder 10.4.1 and I want to insert a string , which includes two exclamation points in a row (i.e.: "!!abc!!"). If I use ADOconection and ADOquery, the field in a table is filled as it should be: "!!abc!!". But, if I use FireDAC (FDConnection and FDQuery), the field is filled with "!abc!". Where's the catch and which setings should I change to make it work properly ?

Thanks.

Tomaz

Re: Insert a double exclamation point "!!" into a table's varchar field

Posted: Tue 16 Feb 2021 10:35
by Stellar
FireDAC components (FDConnection, FDQuery, TFDTable, etc) are developed by Embarcadero. Please contact their technical support for assistance or search for relevant topics on specialized forums. We're always ready to answer any questions about our components.