doronlimor
Programmer
We have developed a multi user application based on Paradox tables.
All users are connected through the same Net Dir defined in their own BDE configuration.
A code in the program defines the private dir to be C:\Temp
When users browse the database and submit queries, the response time is very fast.
However, when one of the users updates the database the response time of all other users drops significantly,
even when the user who made the updates is disconnected from the database, the session and even after he exits the program completely.
Any ideas how to maintain response time after database updates.
All users are connected through the same Net Dir defined in their own BDE configuration.
A code in the program defines the private dir to be C:\Temp
When users browse the database and submit queries, the response time is very fast.
However, when one of the users updates the database the response time of all other users drops significantly,
even when the user who made the updates is disconnected from the database, the session and even after he exits the program completely.
Any ideas how to maintain response time after database updates.