[KEYWORDS: ASP.NET READ WRITE CLOB DATA, VB.NET READ WRITE ORACLE CLOB DATA, ORACLE CLOB, CLOB, ORACLE CLOB READ WRITE]
Oracle has Varchar2 with max length of 4000 chars. If you need to sore more than that you have to use CLOB datatype
CLOB stores 4gb of chars. But remember, .NET Only supports string worth 2gb. so you [...]
Archive for July, 2008
How do i Read Write Oracle CLOB data in ASP.NET or VB.NET ?
Posted in .NET, tagged ASP.NET CLOB, Oracle on July 24, 2008 | 9 Comments »