Where in the Application Should Data Validation be Done?
Whereabouts in the application should the business logic of data-validation checks be made? The advantages of a layered approach to validation that includes database constraints, would seem to outweigh the disadvantages.
2014-11-19
11,050 reads
When I check the length, I get these results:
A table name is limited to 128 characters. How does this work?