Re: [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: Luiz R. C. <lu...@xh...> - 2015-02-23 14:16:17
|
Hi Ive created an Structure to have an OCI_Lob * variable 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 on the end 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 2015-02-23 10:53 GMT-03:00 Rafael Culik <cu...@gm...>: > 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 > |