Hi,
I have a view which is based on a cartesian product of two tables. Obviously, this view has no rowid and there is no way to have it. However, I have instead of update trigger which applies changes of one column - that's the only column I need to be able to change. I have set UniqueFields property of OracleDataSet but dataset is still not editable (CanModify is always False).
I have no problem modifying a column in SQL*Plus with a regular update SQL statement.
What should I do to get this dataset updatable in OracleDataSet? Should I create some dummy rowid column?
Thanks,
Alex
I have a view which is based on a cartesian product of two tables. Obviously, this view has no rowid and there is no way to have it. However, I have instead of update trigger which applies changes of one column - that's the only column I need to be able to change. I have set UniqueFields property of OracleDataSet but dataset is still not editable (CanModify is always False).
I have no problem modifying a column in SQL*Plus with a regular update SQL statement.
What should I do to get this dataset updatable in OracleDataSet? Should I create some dummy rowid column?
Thanks,
Alex