Delete a record after a period of time automatically in SQL Firebird 2.5?

We have a table which has Datetime stamp field when that record was created. How can we create a trigger or procedure to delete a record after 30 days? Is there any advice how we can run this deletion scheduler? >Solution : Firebird doesn’t have a scheduler. You will need to create an application that… Read More Delete a record after a period of time automatically in SQL Firebird 2.5?