Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> OCI type
CREATE OR REPLACE PACKAGE Something AS
TYPE char_array IS VARCHAR2(20)INDEX BY BINARY_INTEGER;
procedure test_exists ( iConfig in char_array );
what is the OCI type mapping for the char_array? I tried to OCIBINd and SQL_STR but it fails and complains about incorrent data type.
Chris Received on Wed Dec 08 1999 - 14:30:47 CST
![]() |
![]() |