Blob Field Bug.

Hi,

I just have updated to last version and now I have problem with the following.
Table field is defined as fllow
  XMLDATA                  BLOB SUB_TYPE 1 SEGMENT SIZE 80,

working code before update to store and retrieve data field :
Set
Table.XMLDATA.AsUnicodeString := Value;
Get
Result := Table.XMLDATA.AsUnicodeString;

With current version to make it wotk
Set
Table.XMLDATA.AsUnicodeString := Value;
Get
Result := Table.XMLDATA.AsString;

With current version if I use Table.XMLDATA.AsUnicodeString to get back string
i get bad characters.

Thanks In Advance,

Omar Zelaya

Hello Omar,


What was the previous version you were using? I will check with more details, but from what I remember there was not change at all in blob fields behavior since the previous version.