Page 1 of 1
SQLLITE CTEXT -> TMemoField
Posted: Fri 26 Jun 2009 08:07
by M.Schmidt-E.
Hello,
with sqllite and column as CTEXT the TuniQuery return a TMEMOFIELD.
The correct way would be to have a TWIDEMEMOFIELD.
Best
Mathias
Posted: Fri 26 Jun 2009 08:40
by Plash
You should set UseUnicode specific option of TUniConnection to True. In this case TWideStringField and TWideMemoField is used instead of TStringField and TMemoField.
Posted: Fri 26 Jun 2009 08:42
by M.Schmidt-E.
Sorry, i forgot to say, the property "use Unicode" of TUniConnection is set to true.
:-mathias
Posted: Fri 26 Jun 2009 08:49
by Plash
Please specify your Delphi version.
TWideMemoField exists starting with Delphi 2006.
Posted: Fri 26 Jun 2009 08:50
by M.Schmidt-E.
D2009
Posted: Sat 27 Jun 2009 09:00
by M.Schmidt-E.
any idea?
Posted: Tue 30 Jun 2009 07:11
by Plash
We have fixed this problem. The fix will be included in the next build of UniDAC.