16.06.2007, 11:20 | #1 |
Участник
|
jerry-dynamics: How can you make sure that the end user can not delete a record in one table if there are related records in another table?
Источник: http://jerry-dynamics.org/2007/05/20...delete-record/
============== Questions How can you make sure that the end user can not delete a record in one table if there are related records in another table? A: This can only be done by specifying the relation in the Delete method on the parent table. B: By creating a Cascade delete action on the related table. C: You have to create a new method on both tables. D: By creating a Restricted delete action on the parent table. Источник: http://jerry-dynamics.org/2007/05/20...delete-record/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|