Click here to Skip to main content
15,891,789 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to automatic remove value from database after sometime ?
Posted

write a trigger in the database and fire the trigger after some interval time .

It works perfectly.
 
Share this answer
 
There could be a large number of ways to do this.
However for a web application you could run a job on the server that cleans your database up at intervals.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900