Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Strange problem with CLOB UNICODE
Thu, Oct 10 2013 5:32 AMPermanent Link

M Eric Hubert

Avatar

I use XE4 with EDB Unicode.
I have a field ("RESULTAT" CLOB COLLATE "FRA_CI_AI_KI_WI") in a table
If i use assign with a TStringList sometimes the result is corrupt  (field.assign(list) or list.assign(field))
For sample, for a same record the field display in edbmgr is good but in my program the result with assign is corrupt. If a replace assign with List.text:=field.asstring the result is always good.

I have tested with EDB 2.13 or 2.14.

Any idea ?
Thu, Oct 10 2013 3:20 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Eric,

<< I use XE4 with EDB Unicode.
I have a field ("RESULTAT" CLOB COLLATE "FRA_CI_AI_KI_WI") in a table
If i use assign with a TStringList sometimes the result is corrupt
(field.assign(list) or list.assign(field))
For sample, for a same record the field display in edbmgr is good but in my
program the result with assign is corrupt. If a replace assign with
List.text:=field.asstring the result is always good. >>

This is handled at the core DB unit level, so if there's an issue, it's
going to be something that you have to contact Embarcadero about.

Tim Young
Elevate Software
www.elevatesoft.com
Image