Subject | prevent deletion of a record |
---|---|
Author | zifnabbe |
Post date | 2001-12-08T13:07:52Z |
Hi,
How can I prevent that a certain record will be deleted from a table
(table1) as long as in other tables (table2) there is still a
reference to the PK of this record.
I thought this was possible with Foreign keys, but it seems I can
only set how the still existing records (table2) have to change.
Thanks, Tom.
How can I prevent that a certain record will be deleted from a table
(table1) as long as in other tables (table2) there is still a
reference to the PK of this record.
I thought this was possible with Foreign keys, but it seems I can
only set how the still existing records (table2) have to change.
Thanks, Tom.