Updateable Queries based on Outer Joins

I would like to have an updateable query using the outer joined table as the updateable table. The problem is that I have no rowid on sparse data rows returned by the query. I'm using a ToracleDataSet with a dbgrid for my project. I use D5,DOA333,Oracle8(no objects). Is there an elegant solution for this problem?
 
Why can't you include the rowid of the joined table? After setting the UpdatingTable property to the name of the joined table, you should be able to update it.

------------------
Marco Kalter
Allround Automations
 
Back
Top