Recent content by mary.neech@jhg.com.au

  1. M

    Intraweb and doa4d7

    I am experimenting with Intraweb. I can get a grid happening, displaying my data, scrolling through, moving the active row to the selected row, but if I try either by navigation bar or manual code to edit the dataset I get the message ora-00942. I am using a TOracleDataset, query on one...
  2. M

    How do I commit a select statement in a distributed query

    Thanks very much. The query had a master,so I put a TOracleSession.Commit in the AfterPrint of the master query's report band and hey presto!
  3. M

    How do I commit a select statement in a distributed query

    I have a TOracleDataSet that has a SELECT statement that uses several databases eg: SELECT project_no FROM ledger l UNION SELECT project_no FROM ledger@db.melbourne.home.com l UNION SELECT project_no FROM ledger@db.sydney.home.com l This query's results are used in a Quick Report. However...
Back
Top