in reply to Re: database not in correct order
in thread database not in correct order

But given the speed at which the records will be included into the database, you are likely to end up with multiple records sharing the same TIMESTAMP value. In my version of MySQL the TIMESTAMP has only a one second granularity.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James