Question on V3.60

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tsteinmaurer
Posts: 52
Joined: Thu 17 Dec 2009 08:25

Question on V3.60

Post by tsteinmaurer » Mon 02 May 2011 12:49

What does the following fix exactly mean?

"Bug with processing Unicode in BLOB parameters is fixed".


Thanks,
Thomas

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

Post by Dimon » Wed 04 May 2011 11:21

Now for the BLOB fields with SUB_TYPE 1 we automatically set the TIBCBlob.IsUnicode property to True if TIBCConnection.UseUnicode is set to True. In this case data is automatically processed in Unicode format.

Post Reply