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

Home -> Community -> Usenet -> c.d.o.misc -> Re: OCI

Re: OCI

From: <a.metzger_at_nmg.fr>
Date: Wed, 08 Mar 2000 16:08:28 +0100
Message-ID: <38C66CEC.3F6514E6@nmg.fr>


XXX wrote:

> How I can declare the host array in the table. Please can you
> show me some easy example?
>

For example :
int column[50];

( ... )

And in your query you make :

EXEC SQL INSERT INTO mytable ( mycolumn ) VALUES ( :column ); Received on Wed Mar 08 2000 - 09:08:28 CST

Original text of this message

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