FIFO Chart
Posted: Wed Jun 18, 2008 9:19 pm
I am adding records to a dataset at a rate of 5 new records every second.
At midnight I clear the database and start from scratch.
How would you rcommend I display the 100 most recent records?
Currently I monitor the dataset size and when it reached 100 records I delete the first record and add the last. Is there a better way?
Thank you.
At midnight I clear the database and start from scratch.
How would you rcommend I display the 100 most recent records?
Currently I monitor the dataset size and when it reached 100 records I delete the first record and add the last. Is there a better way?
Thank you.