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.
------------------
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.
------------------