Re: [GENERAL] stored procedure revisited

1999-10-14 Thread Jim Cromie
Virtues of SP: 1) speed - no reparsing of queries, no multiple queries transmitted between application and db (if SP not available, operation is a sequence of sql operations). 2) Business Logic is enforced uniformly, not re-implemented in every app that touches a table. Drawbacks of SP: 1) S

[GENERAL] mail-list administration

1999-10-13 Thread Jim Cromie
would it be possible to add a Reply-to header to all outgoing messages ?