nvarchar(max) in Delphi 2009 + UniDac 1.20.0.13 + SQL 2005
Posted: Sat 22 Nov 2008 13:26
Hello,
i have a problem.
I use TUniQuery to get data from sql-server 2005 with columns
nvarchar(max). The result is a TMemoField not a TWideMemoField. Why?
TMemoField replace all unicode-chars into "????" Values.
With nvarchar(1..4000) i get the correct field: TWideStringField.
How can i resolve this?
thanks
Mathias
i have a problem.
I use TUniQuery to get data from sql-server 2005 with columns
nvarchar(max). The result is a TMemoField not a TWideMemoField. Why?
TMemoField replace all unicode-chars into "????" Values.
With nvarchar(1..4000) i get the correct field: TWideStringField.
How can i resolve this?
thanks
Mathias