Reading Clob
Reading Clob
Hi,
I am trying to populate a memo component with the contents of a Clob field and I am only getting the first 4,000 characters.
memComments.Text := fieldbyname('email_text').Value;
Is there a setting anywhere I need to look at changing to retreive the rest of the data?
thanks,
jp
I am trying to populate a memo component with the contents of a Clob field and I am only getting the first 4,000 characters.
memComments.Text := fieldbyname('email_text').Value;
Is there a setting anywhere I need to look at changing to retreive the rest of the data?
thanks,
jp
Reading Clob
Hi,
The data is written to the database with a java app so I will investigate how that does it - it can read the full data back. I think I am running on an older version of the odac library - would you know if there have been any fixes in this area?
thanks,
jp
The data is written to the database with a java app so I will investigate how that does it - it can read the full data back. I think I am running on an older version of the odac library - would you know if there have been any fixes in this area?
thanks,
jp
PostPosted: Wed Jun 17, 2009 9:24 am Post subject: Readin
Hi,
I have updated to the latest ODAC 6.8 and my program now hangs when trying to read from the db with a query. If I set cachelobs to false for the query then i can read the record, but the program hangs if i try to assign the clob to a memo control. Is there anything special i need to do to read the clob - even if truncated. I am using a query, but could use a filtered table if necessary. If you have code example that would be a great help.
thanks,
jp
I have updated to the latest ODAC 6.8 and my program now hangs when trying to read from the db with a query. If I set cachelobs to false for the query then i can read the record, but the program hangs if i try to assign the clob to a memo control. Is there anything special i need to do to read the clob - even if truncated. I am using a query, but could use a filtered table if necessary. If you have code example that would be a great help.
thanks,
jp