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 -> Re: PL/SQL - Arrays, Heeelllppp!!!

Re: PL/SQL - Arrays, Heeelllppp!!!

From: Mark Styles <lambic_at_msn.com>
Date: 1997/10/21
Message-ID: <344CC926.1BBA@msn.com>#1/1

Javi wrote:
> > Hi ! I've one question for you: Bidimensional Arrays
> >
> > VB code : Dim myArray(1 to 7, 1 to 7) as long
> > PL/SQL : ???????????????????????????????????
Alain Schartz wrote:
> Currently, PL/SQL does not support multidimensional arrays. Sorry.

However, multidimensional arrays are a programming luxury, you can usually do what you want to do without them (often more efficiently). Received on Tue Oct 21 1997 - 00:00:00 CDT

Original text of this message

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