
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
..."Serge Rielau" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
This is turning into a legal argument.
INSERT INTO log SELECT user, sendmail('Beware of virus x', user) as success FROM inventory WHERE os = 'W2K';
Your example is flawed. The above log cannot prove you did your job, because the table itself is not tied to the success (or otherwise) of the external action. It is trivial to spoof a successful mail send. I.e.
INSERT INTO log SELECT user, 'EMAIL SUCCESS' as success FROM inventory WHERE os = 'W2K';
Cheers Serge -- Serge Rielau DB2 SQL Compiler Development IBM Toronto Lab
| <-- __Chronological__ --> | <-- __Thread__ --> |