[Orclib-users] array of OCI_Statement
Open source C and C++ library for accessing Oracle Databases
Brought to you by:
vince_del_paris
From: Rafael C. <cu...@gm...> - 2014-11-14 01:52:18
|
Hi is possible to build an array os dynamic OCI_Statement *? using OCI_Statement ** p = (OCI_Statement **) malloc(5*sizeof(OCI_Statment*)); is not possible or only is valid an single statement per time and i cannot cache more then one in an array? Regards Luiz |