I am trying to convert VB code into PL/SQL. I have a variant in VB that contains 4 rows from a table which looks like an array when using the VB debugger to look at it. How can I get this type of setup in PL/SQL? The version of oracle i am running on does not handle varrays..Is there any such thing as a straight array in PL/SQL...
Can anyone point me the the right direction on solving this problem?
Also I am trying to define a record into a varchar Is there any way to do this?
thanks

[Edited by BJKSG on 10-28-2000 at 04:42 PM]