Automatically update or delete record(s) after x time in coldfusion
Posted
by Nich
on Stack Overflow
See other posts from Stack Overflow
or by Nich
Published on 2010-04-28T13:38:11Z
Indexed on
2010/05/03
6:38 UTC
Read the original article
Hit count: 198
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
© Stack Overflow or respective owner