in reply to (Ovid) Re: Looking for a simpler DBI solution.
in thread Looking for a simpler DBI solution.
When designing major database-driven applications, it pays to move certain aspects of your functionality into the database itself.
Plus, like I alluded to above, if you have more than one application writing to the same database, these constraints ensure a common set of validation across all applications.
Just some thoughts; they may not be applicable to this particular case, though.
|
|---|