How is TMyQuery.options.LongString used
Posted: Sat 06 Oct 2007 03:06
Hello,
I had a MySql concat function truncating at 8192 chars. I set Options.LongString=False and was able to avoid string truncation.
Ae their any consequences to leaving LongString=False at all times?
e.g. performance,
I used this particualr query to retrieve single fields, one row (i.e. As a function).
JohnC
I had a MySql concat function truncating at 8192 chars. I set Options.LongString=False and was able to avoid string truncation.
Ae their any consequences to leaving LongString=False at all times?
e.g. performance,
I used this particualr query to retrieve single fields, one row (i.e. As a function).
JohnC