Problem when Saving CLOB field (Data is Truncated)

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
eduardoalcantara80
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 04.04.2016, 14:06

Problem when Saving CLOB field (Data is Truncated)

Post by eduardoalcantara80 »

Hi All,

I have a simple table with a varchar(20), a number and a CLOB field.
Whenever I save data with more than 2910 characters the text save is truncated to this value.
I am using XE3 and I tested the same database with XE8 and FireDAC and the firedat saved the CLOB field correctly.
I noticed that in FireDAC it detects the field as BlobType = ftOraClob, but ZEOSLIB detects it as ftMemo.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1956
Joined: 17.01.2011, 14:17

Re: Problem when Saving CLOB field (Data is Truncated)

Post by marsupilami »

Hello Eduardo,

which database server and server version do you use (i.e. Firebird 2.5, PostgreSQL 9.5, ...) and which version of Zeos? Can you supply an example table DDL?
With best regards,

Jan Baumgarten
miab3
Zeos Test Team
Zeos Test Team
Posts: 1310
Joined: 11.05.2012, 12:32
Location: Poland

Re: Problem when Saving CLOB field (Data is Truncated)

Post by miab3 »

@eduardoalcantara80,

Try with ControlsCodePage cCP_UTF16.

Michal
Post Reply