crewchiefpro6
Programmer
I just wasted about an hour again because a procedure I was writing was working properly, I just could not believe it was finished as quickly as it did. This is a good thing for Foxpro, this thing is fast.
Problem was that the procedure FINISHED way before I thought it could, and I was too stupid to check that the results were correct. I kept looking for the data in a temporary cursor, forgetting that the line below removed the information properly and deposited it into another database, then deleted the cursor.
This database has 75,000 rows, not alot of course but I had to scan for a few hundred rows each pass, and it made about 1000 scans in about 1 second.
Feeling Foolish in Illinois.
Don Higgins
Problem was that the procedure FINISHED way before I thought it could, and I was too stupid to check that the results were correct. I kept looking for the data in a temporary cursor, forgetting that the line below removed the information properly and deposited it into another database, then deleted the cursor.
This database has 75,000 rows, not alot of course but I had to scan for a few hundred rows each pass, and it made about 1000 scans in about 1 second.
Feeling Foolish in Illinois.
Don Higgins