OutOfMemoryException - CLOB in C#
695962Jun 12 2009 — edited Jun 11 2010I 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.