Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> OCI: Creating VARRAY of SQLT_INTs -- help creating OCIType *

OCI: Creating VARRAY of SQLT_INTs -- help creating OCIType *

From: Peter Wyckoff <wyckoff_at_cs.nyu.edu>
Date: 10 Feb 2004 16:36:14 -0800
Message-ID: <d9158d0f.0402101636.750eacfd@posting.google.com>


Hi,

I want to create an OCIArray pointing to SQLT_INTs and am having trouble constructing the OCIType * to pass into OCIBindObject.

This is so I can have a variable length number of elements in an IN clause. I can't have a stmt for every length as there are actually 2 in clauses and I would end up with 3200 stmts.

Any help appreciated.

Thanks, pete Received on Tue Feb 10 2004 - 18:36:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US