SQLLITE CTEXT -> TMemoField

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
M.Schmidt-E.
Posts: 15
Joined: Fri 30 Jan 2009 11:04

SQLLITE CTEXT -> TMemoField

Post by M.Schmidt-E. » Fri 26 Jun 2009 08:07

Hello,
with sqllite and column as CTEXT the TuniQuery return a TMEMOFIELD.
The correct way would be to have a TWIDEMEMOFIELD.

Best
Mathias

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 26 Jun 2009 08:40

You should set UseUnicode specific option of TUniConnection to True. In this case TWideStringField and TWideMemoField is used instead of TStringField and TMemoField.

M.Schmidt-E.
Posts: 15
Joined: Fri 30 Jan 2009 11:04

Post by M.Schmidt-E. » Fri 26 Jun 2009 08:42

Sorry, i forgot to say, the property "use Unicode" of TUniConnection is set to true.
:-mathias

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 26 Jun 2009 08:49

Please specify your Delphi version.

TWideMemoField exists starting with Delphi 2006.

M.Schmidt-E.
Posts: 15
Joined: Fri 30 Jan 2009 11:04

Post by M.Schmidt-E. » Fri 26 Jun 2009 08:50

D2009

M.Schmidt-E.
Posts: 15
Joined: Fri 30 Jan 2009 11:04

Post by M.Schmidt-E. » Sat 27 Jun 2009 09:00

any idea?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 30 Jun 2009 07:11

We have fixed this problem. The fix will be included in the next build of UniDAC.

Post Reply