Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OutOfMemoryException - CLOB in C#

695962Jun 12 2009 — edited Jun 11 2010
I am creating a program using the compact framework with c#. I don't know if some of you can hep me.

When I try to read a Clob value an OutOfMemoryException is thrown.

the code is:

String helpString = odc.DataReader.GetString(i);
TextBoxList(i).Text = helpString;

Besides this I am using the Oracle.DataAccess.Lite

Thanks in advance for the support.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2010
Added on Jun 12 2009
2 comments
4,086 views