Thanks for the reply
I am still not sure how to do this.
My table is TASKS, clob column is "FUNCTION"
My Oracle Session is m_GlobalOracleSession.
int otClob;
TLOBLocator *LOB = new TLOBLocator(m_GlobalOracleSession, otCLOB, true);
I am still not sure how one could use this LOB value to insert...