Flushing old data (OpenInsight 16-Bit Specific)
At 21 SEP 2004 05:37:59PM David Mayes wrote:
I am curious of how would be the best way to flush old data from my database. Our system creates quotes which we save into the database. I need to delete all quotes over a month old. Any Ideas?
At 21 SEP 2004 06:36PM Richard Hunt wrote:
Build a program that follows the following outlineā¦
1) Select quotes with a date less than the month old date.
2) Delete using the active select list.