What is the equivalent of a 2 dimensional array in PL/SQL?
Basically I need a datastructure that can be identified by two parameters.
Could anyone point me to a best solution with an ex?
http://www.experts-exchange.com/Database/Oracle/Q_21008480.html
Zones:
OracleDate Answered: 09/23/2004 Grade: A Views: 60
I can, quite easily declare an array in a parameter list of a procedure and now, after some guidance(!!) pass an array to the procedure. However, in a different procedure I wish to pass a two-dime...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10227961.html
Zones:
Visual BasicDate Answered: 11/02/1999 Grade: A Views: 0
How do I create dynamic multi dimensional array ?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20230408.html
Zones:
Visual BasicDate Answered: 11/13/2001 Grade: A Views: 4
hey anyone!!!
directly to the Q--->> use the string function to solve the following case study:
Suppose that, you have to designing and developing a new application called "Business Card Organi...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20605244.html
Zones:
JavaDate Answered: 07/13/2003 Grade: C Views: 0
How to define 2-Dimensional Array list to store different types of data like int and string types. I don't know the size of the array will be decided by the data fetched from the database.
Also ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20650899.html
Zones:
C#Date Answered: 06/19/2003 Grade: C Views: 0
Hello All Experts,
I 've Got a small problem. I need to pass a Two Dimensional Array to a VB DLL how do i do this . When I tried It gave me an error saving Type mismatch and another error.
Para...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20719868.html
Zones:
Visual BasicDate Answered: 08/28/2003 Grade: B Views: 0
Ok, we all know since time in memorial that double dimensional arrays are essentinally pointers to pointers and arr[i][j] is equivalent to *(*(arr+i)+j) where address of arr is de-referenced twice...
http://www.experts-exchange.com/Programming/Languages/C/Q_20823846.html
Zones:
CDate Answered: 02/02/2004 Grade: B Views: 0
Hello,
I've got a little problem.
I'm fetching data from different oracle tables and databases. I'm generating a text from the data and have a timestamp.
So first i fetch data from data...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21078958.html
Zones:
JSPDate Answered: 10/04/2004 Grade: A Views: 0
Hi Guys , I am new to perl so need ur help. I have this test code can u guys tell me what is happening in this . I asume that in the push statement we r telling the code that the value of the code ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21110451.html
Zones:
PerlDate Answered: 09/01/2004 Grade: B Views: 0
i have a program that have 2 dimensional pointer array which i use to store a maze. I know the size of the map, its a square, n x n
MyObj *** map;
map = new MyObj**[n];
for( int i =0 ; i< ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21293463.html
Zones:
C++Date Answered: 01/30/2005 Grade: A Views: 0