I have DOA 3.3.3 on Delphi 5 and I want to use an updateable dataset for a view with an "instead of" triggers.
I have made a TOracleDataset and write SQL
(select * from myView) and UniqueFields in this SQL. I have connected TDBGrid (through TDataSource) to this dataset. Problem is that data...