inserting in CLOB > 4K using ADO ( C++)
-
When I am trying to do data manipulation in tables having CLOB columns I have XML file which is having around file size of 10k bytes, not being able to insert more than 4000 bytes in LOBs column. Can anyone have sample code to resolve this issue. Current Environment : C++ using ADOs in ORACLE. OLEDB provider is Oracle - OraOLEDB. Oracle version details: Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production With the Partitioning option JServer Release 8.1.6.0.0 - Production parag
-
When I am trying to do data manipulation in tables having CLOB columns I have XML file which is having around file size of 10k bytes, not being able to insert more than 4000 bytes in LOBs column. Can anyone have sample code to resolve this issue. Current Environment : C++ using ADOs in ORACLE. OLEDB provider is Oracle - OraOLEDB. Oracle version details: Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production With the Partitioning option JServer Release 8.1.6.0.0 - Production parag