I started few months ago in a company that uses Oracle 11g and I am building my first application for them.
I have a simple table with a Name as Varchar2
, a non-index number as Integer
and a Text Field as CLOB
to store some rules of each department in HTML.
When the CLOB field is set as ftMemo
in TField
, it truncates the texto to only 2910 characters. When the field is set to ftOraClob
it simples erases the text when I call the Post
method. I am using ZeosLib to handle the database.
Does anyone knows what Can I do to solve this problem?