[Orclib-users] Clean clob before each insert
Open source C and C++ library for accessing Oracle Databases
Brought to you by:
vince_del_paris
From: Rafael C. <cu...@gm...> - 2015-02-23 13:53:37
|
Hi Ive created an Structure to have an OCI_Lob for insert used on and bind for insert operation how to clean the data of previus inserted data of this lob it apear that the lob is appending the data of each previus oci_lobwrite i use to feed the data before calling OCI_Execute so how to clean the lob before setting new data? Regards Luiz |