NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
survey response (Score:1)
Never.
2. How often have you had completely separate apps writing to the same data store (using completely different code bases)?
A couple of times. Putting the logic in the database generally also simplifies data retrieval and storage in the app layer.
3. Do you depend on non-portable database features?
Absolutely.
4. Have you experienced programmers damaging your data because the logic wasn't in the database layer?
Not to my recollection, because I place the logic in the database whenever possible.
Reply to This