Rx_
Nothing In Moderation
- Local time
- Today, 08:37
- Joined
- Oct 22, 2009
- Messages
- 2,803
My Access Application (front-end application) is linked to a _be (back-end data tables) in a big company on a Windows 2003 server using Citrix for the users to start an Access 2007 application.
The Application and _Be are in the same folder on Windows 2003 server.
The path for the ODBC linked table is about six sub directories.
1. Is there code to link to "current directory"? (i.e. \\currentdirectory\production.mdb
2. Could this in any way be more efficient than a fully qualified path?
i,e. X:\sys\office\state\city\group\div\mgr\application\production.mdb
Problem: Parts of the day, the application is lighting fast. My error traps are clean. When the network (or what ever) gets busy, my error traps (thanks to a error log) start to get real busy.
A form with lots of business rules, that uses a half dozen small table fetches and one post goes from about 200 ms to 8 seconds.
This happens from my development workstation to the Windows 2003 server and also from Citrix running the Application and _BE in the same folder.
IT is watching network traffic, server usage that do seem to have an impact on the timing.
The Linked Table is just one more thing that we want to try if it is worth the time.
The Application and _Be are in the same folder on Windows 2003 server.
The path for the ODBC linked table is about six sub directories.
1. Is there code to link to "current directory"? (i.e. \\currentdirectory\production.mdb
2. Could this in any way be more efficient than a fully qualified path?
i,e. X:\sys\office\state\city\group\div\mgr\application\production.mdb
Problem: Parts of the day, the application is lighting fast. My error traps are clean. When the network (or what ever) gets busy, my error traps (thanks to a error log) start to get real busy.
A form with lots of business rules, that uses a half dozen small table fetches and one post goes from about 200 ms to 8 seconds.
This happens from my development workstation to the Windows 2003 server and also from Citrix running the Application and _BE in the same folder.
IT is watching network traffic, server usage that do seem to have an impact on the timing.
The Linked Table is just one more thing that we want to try if it is worth the time.