Hi,
I have a problem to solve and not quite sure about the best way to
solve it.
I have an application which needs to insert a log line into the
database table at certain times of the day.
These times are every 15minutes from midnight to midnight (24hours).
The logging needs to start at exactly 12am and then every 15 minutes.
Is there a simple way to implement this?
Thanks in advance.
I have a problem to solve and not quite sure about the best way to
solve it.
I have an application which needs to insert a log line into the
database table at certain times of the day.
These times are every 15minutes from midnight to midnight (24hours).
The logging needs to start at exactly 12am and then every 15 minutes.
Is there a simple way to implement this?
Thanks in advance.
Comment