Warren Van Duesbury
New member
- Local time
- Today, 05:20
- Joined
- Aug 7, 2000
- Messages
- 5
Does the fact that I have a linked table slow an application down?
With 60 concurrent Users, my app at the moment stores all collected data on the local drives and at the end of the day posts it to the main DB on the server. This is to reduce network traffic and improve the speed of the app.
Does the fact that I have a linked table to the server slow the app down even though I don't need to use the table on the server till the end of the day. Should I re-link the table before I post the data or leave the link in?
Any ideas on this are much appreciated.
Warren
With 60 concurrent Users, my app at the moment stores all collected data on the local drives and at the end of the day posts it to the main DB on the server. This is to reduce network traffic and improve the speed of the app.
Does the fact that I have a linked table to the server slow the app down even though I don't need to use the table on the server till the end of the day. Should I re-link the table before I post the data or leave the link in?
Any ideas on this are much appreciated.
Warren