nvarchar(max) in Delphi 2009 + UniDac 1.20.0.13 + SQL 2005

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MSCH
Posts: 4
Joined: Mon 24 Dec 2007 12:22
Location: Germany/Berlin

nvarchar(max) in Delphi 2009 + UniDac 1.20.0.13 + SQL 2005

Post by MSCH » 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

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 25 Nov 2008 14:13

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next UniDAC build.

MSCH
Posts: 4
Joined: Mon 24 Dec 2007 12:22
Location: Germany/Berlin

Post by MSCH » Thu 04 Dec 2008 17:47

Hi,
when will delivery the next release? I need this patch.
thanks
MSch

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

Post by Plash » Fri 05 Dec 2008 07:55

We are planning to release new UniDAC build on the next week.

Post Reply