Babycat
Member
- Local time
- Tomorrow, 04:54
- Joined
- Mar 31, 2020
- Messages
- 285
Hi everyone
My customer is evaluating my small Access project. Splited BE is on a network folder "\\data\accessDb\BE.accdb", Two users have their own FE on their desktop PC.
These desktop PCs are joined to domain. Most of time, the system works fine as expected.
About my app:
+ FE has MainFrm that bounds to BE's tables, this MainFrm is always open.
+ MainFrm requeries every 30sec (by Timer event) to load new BE data
The symptoms sometimes are:
- Leave it alone, just watch MainFrm screen, Fields on mainFrm displays #Delete on its bounded controls ultil I move to other record then move back. Or restarting app also help
- When Access copies a doc file to folder \\data\accessDb\Datafiles i saw msg: Permission Denied, and copy failed
- Happened on both desktop that they evaluating my app (but i am not sure if it's same timming)
These Desktops dont have internet connection, so I can't do any remote debuging. All symptoms i saw from video phone call.
I suppect the network connection issue caused weird things.
Do I need a dedicated form to keep consistent connection to server? I think my mainFrm is already doing this task...
Can anyone give an idea or suggestion? I dont know how to start debugging while we are not in same city
My customer is evaluating my small Access project. Splited BE is on a network folder "\\data\accessDb\BE.accdb", Two users have their own FE on their desktop PC.
These desktop PCs are joined to domain. Most of time, the system works fine as expected.
About my app:
+ FE has MainFrm that bounds to BE's tables, this MainFrm is always open.
+ MainFrm requeries every 30sec (by Timer event) to load new BE data
The symptoms sometimes are:
- Leave it alone, just watch MainFrm screen, Fields on mainFrm displays #Delete on its bounded controls ultil I move to other record then move back. Or restarting app also help
- When Access copies a doc file to folder \\data\accessDb\Datafiles i saw msg: Permission Denied, and copy failed
- Happened on both desktop that they evaluating my app (but i am not sure if it's same timming)
These Desktops dont have internet connection, so I can't do any remote debuging. All symptoms i saw from video phone call.
I suppect the network connection issue caused weird things.
Do I need a dedicated form to keep consistent connection to server? I think my mainFrm is already doing this task...
Can anyone give an idea or suggestion? I dont know how to start debugging while we are not in same city