Nested tables

Hi,

Does anybody know how DOA implements support for nested tables? If it does not suuport, when will it br avaible?

Thanks in advance,

Fabio
 
Nested tables are supported through the TOracleObject class, which encapsulates oracle object types, including collections.

------------------
Marco Kalter
Allround Automations
 
But I want to put the result of a query with object fields in a DBGrid... Is it possible? If not, is there a another way to do this?

Thanks,

F
 
This is only possible if you select the individual attributes of the object instead of the complete embedded object.

------------------
Marco Kalter
Allround Automations
 
Back
Top