Page 1 of 1

Can I use nested table of ref?

Posted: Tue 19 Sep 2006 14:55
by NightProwler
Hello.

There is type:

Code: Select all

create type ODAC_RefTable is table of ref odac_test_base_typ;
where odac_test_base_typ is some object type.

Can I use parameter of this type in TOraSQL?
How to get REF (TOraRef) from item of TOraNestTable of such type?

Thank you.

Posted: Thu 21 Sep 2006 11:55
by Plash
Currently ODAC does not support nested tables of REF. But support of this feature will be added in next build of ODAC.