Insert a double exclamation point "!!" into a table's varchar field
Posted: Mon 15 Feb 2021 14:39
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
Thanks.
Tomaz