|
Re: Enforce data integrity --- one more stupid question [message #110144 is a reply to message #109562] |
Thu, 03 March 2005 13:11 |
markl_af
Messages: 3 Registered: March 2005 Location: Pittsburgh
|
Junior Member |
|
|
I believe when this is checked, Forms will enforce data integrity even before it gets to the database. I prefer to NOT do this. Here's a scenario: I want to enter 5 new employees. One is the boss of the other four. If you check this box, you will HAVE to create the boss first (assuming there is a foreign key constraint for the manager_id/employee_id relationship.) If it is not checked, forms would let you do it because it is not checking for data integrity.
|
|
|