Can I use nested table of ref?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
NightProwler
Posts: 9
Joined: Thu 29 Jun 2006 14:04

Can I use nested table of ref?

Post by NightProwler » Tue 19 Sep 2006 14:55

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.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 21 Sep 2006 11:55

Currently ODAC does not support nested tables of REF. But support of this feature will be added in next build of ODAC.

Post Reply