473,426 Members | 3,865 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,426 software developers and data experts.

Performance by working with linked tables

Dear reader,

By working with a frond-end and back-end databases with the use of linked
tables the performance, if both mdb's are on a local drive is reasonable.

But in case the backend is located on a network drive the performance is
decreasing drastically.

And in particularly the comboboxes are working very slowly.

By activating a combobox the message pops up "Not responding" and after a
few seconds it disappear and the combobox opens.

Is there any solution to solve this inconvenience behavior of working with
linked tables on a network drive?

Thanks for any help.

Kind regards,

Simon van Beek



Nov 13 '05 #1
2 1842
On Fri, 28 Oct 2005 09:49:01 +0200, "S. van Beek" <S.******@HCCnet.nl> wrote:
Dear reader,

By working with a frond-end and back-end databases with the use of linked
tables the performance, if both mdb's are on a local drive is reasonable.

But in case the backend is located on a network drive the performance is
decreasing drastically.

And in particularly the comboboxes are working very slowly.

By activating a combobox the message pops up "Not responding" and after a
few seconds it disappear and the combobox opens.

Is there any solution to solve this inconvenience behavior of working with
linked tables on a network drive?

Thanks for any help.

Kind regards,

Simon van Beek


A network is slower than a hard drive, so accessing data over a network is
slower than accessing data from the hard drive. If a combo box is too slow,
it is selectig too much data. You should modify the application design, so
one combo box will never be used to select that many rows at once.
Nov 13 '05 #2
"S. van Beek" <S.******@HCCnet.nl> wrote in message
news:43*********************@reader1.nntp.hccnet.n l...
Dear reader,

By working with a frond-end and back-end databases with the use of linked
tables the performance, if both mdb's are on a local drive is reasonable.

But in case the backend is located on a network drive the performance is
decreasing drastically.

And in particularly the comboboxes are working very slowly.

By activating a combobox the message pops up "Not responding" and after a
few seconds it disappear and the combobox opens.

Is there any solution to solve this inconvenience behavior of working with
linked tables on a network drive?

Thanks for any help.

Kind regards,

Simon van Beek


Try deleting all the linked tables completely and then re-creating them.
Although simply refreshing the links should work in theory, in practice I
have had more than one situation where network performance was still very
poor after refreshing, but was dramatically improved by the above technique.
I would also recommend this after any backend table changes
Let us know if it helps or not.
Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Andreas Lauffer | last post by:
I changed from Access97 to AccessXP and I have immense performance problems. Details: - Access XP MDB with Jet 4.0 ( no ADP-Project ) - Linked Tables to SQL-Server 2000 over ODBC I used...
5
by: Bernie | last post by:
Greetings, I have 3 servers all running SQL Server 2000 - 8.00.818. Lets call them parent, child1, and child 2. On parent, I create a view called item as follows: CREATE view Item as...
3
by: robert | last post by:
consider the following hypothetical (it isn't but....) - start with a COBOL/VSAM codebase that's REALLY old - end with both a COBOL/VSAM and a COBOL/DB2 system which differs in only where the...
5
by: Scott | last post by:
I have a customer that had developed an Access97 application to track their business information. The application grew significantly and they used the Upsizing Wizard to move the tables to SQL...
1
by: S. van Beek | last post by:
Dear reader, How to increase the response in case of working with linked tables, program in frond end mdb and tables in back end mdb. For possible combinations and their response...
1
by: S. van Beek | last post by:
Dear reader, To work with linked tables with both mdb's on the same desktop shows an acceptable performance. In case the backend mdb with the tables is installed on the network server and...
1
by: Simon | last post by:
Dear reader, Working with linked tables gives me some troubles. Both mdb's, frond-end and back-end are in deferent folders but on a stand alone pc delivers an reasonable response time say...
4
by: Jim Devenish | last post by:
I have converted an Access back-end to SQL Server back-end but am having some problems. The Access to Access application has been running well for some years. I have successfully copied all the...
4
by: Jana | last post by:
Hi! I have an Access 97 report based on tables linked to an SQL back end. The report has 5 subreports in it (unfortunately unavoidable due to the nature of the report) and performance is quite...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.