Question: I loop and read a set of records from a table. If I restart and read the same set of records again, does this cause another trip to the database or the program uses the records retrieved earlir ?
First, I assume you are talking about a network shared databased.
Though I am not certain, I believe another trip to the database is made. I do know that all needed records are copied to the local machine from the network shared database. I am not sure if there is any procedures to check for changes in the main database and only import if changed.
But I know changes made to the database show up instantly.
I would agree with Jim. Windows might not think another trip is needed, but Clipper doesn't know any better. Assuming that you are starting at TOF, Clipper would grap the table at TOF again and run thru the dbf again, it doesn't know there is any other way.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.