Automatically update or delete record(s) after x time in coldfusion
- by Nich
Hi,
I've searched all over the net for this. Hope that someone's got something.
How would a record in a database be updated automatically after x time n coldfusion?
I know how to manually do it by writing an sql that performs an action to all records older than x time based on the timestamp.
How would this be done automatically?
Kind Regards,
Nich