in reply to Re: A Growing Dislike for SQL-OOP Mappers
in thread A Growing Dislike for SQL-OOP Mappers
First make one thing clear for people who don’t know: those triggers are at application level, not the database level. In general, I am against the idea of using those triggers, unless the database itself does not support database level trigger. Those triggers actually could be much more complex than it first looks like, especially when data integrity becomes a concern and complex locking issues. When you deal with database, leave as much as possible to the database.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: A Growing Dislike for SQL-OOP Mappers
by davidrw (Prior) on Aug 22, 2005 at 19:22 UTC | |
by jk2addict (Chaplain) on Aug 22, 2005 at 19:51 UTC |