Home » Developer & Programmer » Precompilers, OCI & OCCI » using OCI calls for the bind array
using OCI calls for the bind array [message #125144] Thu, 23 June 2005 09:41
tilokh
Messages: 1
Registered: June 2005
Location: bangalore
Junior Member
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

where array_value [10] = {2,3,4,5,6,7,2,12,34,54....}

Pl. do guide with sample code to achive this.

Thanks in advanace
William.
Previous Topic: how to make .mk file for windows environment
Next Topic: Compilation of C components following Oracle 9i upgrade
Goto Forum:
  


Current Time: Tue Apr 16 03:54:50 CDT 2024