I'm using a form with a master & detail grid on the form. The master and detail work just fine when I use 2 oracle tables. However, I need to use a Oracle view I created as one of the detail tables.
Can I use a detail OracleDataSet with a view? When I try to do this automatically I get the error message--"Automatic Master/Detail is only possible if a foreign key constraint exists between the Master and the detail table."
Is there a way to do this manually and still use a OracleDataSet so I can use a Data-Aware Grid to view the data?
I'm converting an app from the BDE to DOA, because I've told management how much better DOA is. Please help.
Thanks in advance.
Can I use a detail OracleDataSet with a view? When I try to do this automatically I get the error message--"Automatic Master/Detail is only possible if a foreign key constraint exists between the Master and the detail table."
Is there a way to do this manually and still use a OracleDataSet so I can use a Data-Aware Grid to view the data?
I'm converting an app from the BDE to DOA, because I've told management how much better DOA is. Please help.
Thanks in advance.