I need to be able to search through a set of data points, each with a time stamp, and insert rows between two data points that are more than 5 seconds apart. The first pass with the cursor is used to turn the time stamp into an integer so that I can work with it, but after that it won't reset and attempts to open another cursor, even after deleting the first, don't work. Any ideas of how to do this?