> >How can I see if a record was deleted from a database?
> You can attempt to SELECT it, and if you get no result, it's not there.
> But that doesn't necesarily mean that it was once there and has now been
> deleted.  If you want to determine that, you'll need to create a log
> of record deletions.

Which would be an excellent use for triggers.  Sadly, that's not something
mysql currently supports.
Soon, though, hopefully.
Maybe.

Chris


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to