PL/SQL bidimensional arrays

From: Fabio Rivieccio <rivieccio_at_dibe.unige.it>
Date: Thu, 12 Jul 2001 11:45:50 +0200
Message-ID: <9ijrkc$1fh$1_at_ftp-news.csita.unige.it>


Hi everyone!
Here comes my problem:
[Quoted] I need to build a bidimensional array as a PL/SQL variable. That is: I need to reference each element of the array with two numbers (much the same as when I make a C declaration of the kind "arrayname[m][n] integer;" to declare an n by m array). Moreover I need this to be a variable, I do not want to create any kind of table in the DB (table with nested table and so on...). Which is the datatype structure I should create?

Thanks for any suggestion.
Fabio R. Received on Thu Jul 12 2001 - 11:45:50 CEST

Original text of this message