OCI, array howto?

From: Jerry Svedlund <jerry.svedlund_at_xware.se.nospam>
Date: Mon, 5 Jul 1999 12:21:27 +0100
Message-ID: <7lq0u2$nc$2_at_elle.eunet.no>



Hi,

I have a Pl/Sql procedure, with arrays as parameters. These arrays holds elements of type ___ record.

Using OCI,
How can I bind these arrays?
Assume I have allready initialized the process and environment.

For example:
TYPE mytype is RECORD (

    a mytable.a%type
    ,b mytable.a%type
);

TYPE myarray IS TABLE OF mytype

    INDEX BY BINARY_INTEGER; PROCEDURE myproc(

    x IN myarray
)
Received on Mon Jul 05 1999 - 13:21:27 CEST

Original text of this message