Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Inserting into CLOB datatype field in oracle 9i using easysoft-odbc driver
Hi,
Currently we have a database table field of type varchar2. This has a limitation of 4000 characters. We need to store morethan 8000 characters. So, to overcome the size limitation we are now modifying the datatype to CLOB (CLOB stores upto 4GB data). We are using an Easysoft-Oracle ODBC driver. We searched in the include directories of the easysoft odbc driver and there we could not find any datatype declared for CLOB (i.e. in files sqlext.h, sqltypes.h). Does Easysoft-Oracle ODBC driver supports CLOB datatype? if Yes, then could you please tell us the datatype details, API's and sample c++ code to handle CLOB data.
Our Environment:
TIA,
vikram/vadivel
Received on Thu May 19 2005 - 04:51:29 CDT
![]() |
![]() |