in reply to running a script with conditions on elapsed time

What OS?

What have you tried?

Show us your code so far, I'm sure someone can point you in the right direction.

 

  • Comment on Re: running a script with conditions on elapsed time

Replies are listed 'Best First'.
Re: Re: running a script with conditions on elapsed time
by Anonymous Monk on Apr 29, 2004 at 14:18 UTC
    Thanks, I decided to create a sub routine and call it first that is going to delete every record on the db-table and after I call this other sub that will insert all the new records in it, thanks for the inspiration anyway!!!