Operating System - HP-UX
1752577 Members
4145 Online
108788 Solutions
New Discussion

using OCI calls for the bind array.

 
william_39
Occasional Advisor

using OCI calls for the bind array.

All,
I want following sql to be called with oci apis,

select a,b,c from table_1 where fld1 in (2,3,4,5,6,7,2,12,34,54,67,76);

Here list value should be in the bind array ie.

select a,b,c from table_1 where fld1 = :array_value

Pl. send the sample oci programe for this sql

Thanks in advanace
William.