gregor.irt
Member
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 remains readonly. Are there any additional conditions (properties) if I want to use 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 remains readonly. Are there any additional conditions (properties) if I want to use instead of triggers?