I have a view with 3 joined tables. The parent and child tables are interconnected by means of foreign keys . Stored procedures _ri_update have been created. What I expect after adding data into the view and issuing an insert command followed by a tableupdate command that all fields in the tables including the foreign keys are all updated.
However, all fields are updated in tables including the primary keys but all foreign keys remain empty. My workaround to this problem is grapping the primary keys of the updated parent tables and place them into the child table. This is not a solution I am happy with.
Anyone got any ideas about how I can solve it?
Any suggestions are appreciated.
Klaus
However, all fields are updated in tables including the primary keys but all foreign keys remain empty. My workaround to this problem is grapping the primary keys of the updated parent tables and place them into the child table. This is not a solution I am happy with.
Anyone got any ideas about how I can solve it?
Any suggestions are appreciated.
Klaus