I'm building an application with a master-detail relationship.
The master table i represented in a frame, while the detail table is represented using a browse.
I'm looking for a way to commit both the changes in the master table, and all the changed rows in the detail table in one transaction.
I know it is possible using temp-tables, where the application controls all updates to the database, but I find this approach less elegant.
/Mike
The master table i represented in a frame, while the detail table is represented using a browse.
I'm looking for a way to commit both the changes in the master table, and all the changed rows in the detail table in one transaction.
I know it is possible using temp-tables, where the application controls all updates to the database, but I find this approach less elegant.
/Mike