Simple string field as Memo
Posted: Tue 09 Feb 2016 14:20
Dear Sirs,
I have simple TLiteQuery with SQL:
When I execute it and try to look at results in Data Editor (or any grid) I get 'test' field as TMemo. I tried to set options.LongStrings to true or false with no change. Delphi 2006, LiteDac 2.5.14.
Michal
I have simple TLiteQuery with SQL:
Code: Select all
SELECT '123' AS test;
Michal