A trigger is not what Rick wants (at least not a trigger on a table in the database). A DB trigger is fired when you insert, delete, or modify a record in that table. Rick's "event" is the closing of the browser window, and his database is ignorant to that.
Ok if a trigger can only be fired on the insert, delete or modify events. But since Rick's goal was to remove a record that was 10 seconds old, I would have thought that could possibly have been handled somehow with internal resources at least for some DBMS. -------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA --------- | 1 | | --------- Binary Soduko | | | --------- "C code. C code run. Run code run. Please!" - Cynthia Dunning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232604 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

