Recent content by Bsil

  1. B

    Nested tables / collections

    Hi Marco, Thanks for the answer - Yes I found the answer to the second part in the users guide as well :-) But you didn't answer the first part. I have an application, where I don't know the query, so grid columns will be created at runtime, and I need a way to detect the presence of a nested...
  2. B

    Nested tables / collections

    Hi, If I make a query with a TOracleDataset (needed for linking to grid, so can't use TOracleQuery) which contains a nested table or a collection ( ex. select * from the demo view oe.oc_orders, that comes with oracle 11g) - the view is defines as: SELECT o.order_id , o.order_mode...
Back
Top