Hi,
I'd like to pass array parameter with DOA 3.3.1 to a SP like this:
create procedure MyProc (T in X_Table);
where X_Table is my own type:
create type X_Item as object (N number);
create type X_Table as table of X_Item;
How can I do it from Delphi 5 Prof? Any advice would be very helpful!
Zoltan Hives
(Excuse me posting topic
"TOracleObject.Create with" with unfinished and meaningless subject.)
I'd like to pass array parameter with DOA 3.3.1 to a SP like this:
create procedure MyProc (T in X_Table);
where X_Table is my own type:
create type X_Item as object (N number);
create type X_Table as table of X_Item;
How can I do it from Delphi 5 Prof? Any advice would be very helpful!
Zoltan Hives
(Excuse me posting topic
"TOracleObject.Create with" with unfinished and meaningless subject.)