Hello,
I have made an access application which runs a vba update script every 1 minute. The code opens a foxpro database and updates the changed records to the access backend.
The updating process is working fine, but the time needed for the updating is much longer when more than one user is logged in in Access as when there's no other user logged in..even if there's nothing to update...
It seems nothing to do with the foxpro db, because when I run the update process in de development version, the code runs in 5 seconds while it takes more than 1 minute in the live version.
I think it has something to do with record locking, but i'm not sure.
Does anyone experienced such a problem? And does anyone have a solution for the problem?
many thanks
I have made an access application which runs a vba update script every 1 minute. The code opens a foxpro database and updates the changed records to the access backend.
The updating process is working fine, but the time needed for the updating is much longer when more than one user is logged in in Access as when there's no other user logged in..even if there's nothing to update...
It seems nothing to do with the foxpro db, because when I run the update process in de development version, the code runs in 5 seconds while it takes more than 1 minute in the live version.
I think it has something to do with record locking, but i'm not sure.
Does anyone experienced such a problem? And does anyone have a solution for the problem?
many thanks