Recent content by smartkid

  1. S

    How to update each table in a joined SELECT statement?

    I have a TOracleDataSet, which SQL property is set as the following: SELECT a.rowid, a.aid, a.col_1, b.bid, b.rowid, b.col_2 FROM a, b WHERE a.aid = b.bid; I checked the UpdateTable property of TOracleDataSet but do think only one table can be updated at a time. ------------------
Back
Top