Quote:
Originally Posted by Cougar8000
Enforcing business rules on db? Personally I think it is a bad design. Business rules should be enforced at the application level. Person should not be able to type in 5 digit in the first place if you only want them to type 3.
|
and how to enforce the business rules when data is loaded to the table,
inserted via SPUFI or QMF,
another application is written (such as web driven update)??????????????
Maintaining the 'business purity' of data is also accomplished with
Constraints and Triggers.
Of what use is a constraint if not to enforce Business Rules?????????