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 -> Pro*C and multidimensional arrays

Pro*C and multidimensional arrays

From: J. Kupik <jkupik_at_neuraltech.com>
Date: 1997/02/03
Message-ID: <01bc122a$e6722d20$48b5c2cc@yraytsel.neuraltech.com>#1/1

Does anybody know the way to do something like this:



char array2dim[2][3];

EXEC SQL array2dim[0] IS STRING;

I've received an error on this declaration:

(1) PCC-S-02201, Encountered the symbol "[" when expecting one of the following:

. -> is,

Thanks, Received on Mon Feb 03 1997 - 00:00:00 CST

Original text of this message

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