I have a view that is made up of differant tables and does some pretty difficult UNIONS and JOINS that has instead of triggers on it that allow updates.
The problem I'm having is that I would like to use the TOracleDataset so I can use some grids and such, but they need to be UPDATEABLE. I keep getting "ORA-01446 Cannot select rowid from a view containing Order by, Joins, etc."
The native dataset in Delphi has the UPDATE component that you can do alternative methods to updates (IE: SQL updates rather then row update so the use of the rowid is not needed).
Is there a way to get around or achieve the samething in the data aware DOA component?
The problem I'm having is that I would like to use the TOracleDataset so I can use some grids and such, but they need to be UPDATEABLE. I keep getting "ORA-01446 Cannot select rowid from a view containing Order by, Joins, etc."
The native dataset in Delphi has the UPDATE component that you can do alternative methods to updates (IE: SQL updates rather then row update so the use of the rowid is not needed).
Is there a way to get around or achieve the samething in the data aware DOA component?