2 Dimensional Arrays into PL/SQL [message #224602] |
Wed, 14 March 2007 13:49 |
vbbent
Messages: 1 Registered: March 2007 Location: Florida
|
Junior Member |
|
|
I am a complete newbie, just started PL/SQL yesterday. I would like to know how to convert a 2 Dimension array say in, C or C++, into PL/SQL. I know that only Vectors are allowed but there must be a way.
For example:
char SetABC [55][4] = {"ABC", "CAB", "EEE", ......, "ZZQ"}
If you need anymore information, please let me know. What is the best way of going about it...a VARRAY? etc?
Thanks in advance.
[Updated on: Wed, 14 March 2007 13:50] Report message to a moderator
|
|
|
|