472,791 Members | 1,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Working with linked tables on a network server

Dear reader,

To work with linked tables is a professional method of working with a frond
end and back end mdb.

Working with linked tables on a local pc gives an acceptable performance but
in case you start working with linked tables on a server (network) the
performance will be drastically reduce.

After moving the tables into the frond end database the performance is
slightly increasing.

Is there any possibility to increase the performance for an application
working with linked tables on a network server?

Tanks for any help.

Kind regards,

Simon van Beek
Nov 13 '05 #1
3 2323
No, it's not possible. Access will always be running on the workstation, not
the server, so placing the links on the server buys you nothing (except
increasing the complication)

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"S. van Beek" <S.******@HCCnet.nl> wrote in message
news:42*********************@reader1.nntp.hccnet.n l...
Dear reader,

To work with linked tables is a professional method of working with a
frond
end and back end mdb.

Working with linked tables on a local pc gives an acceptable performance
but
in case you start working with linked tables on a server (network) the
performance will be drastically reduce.

After moving the tables into the frond end database the performance is
slightly increasing.

Is there any possibility to increase the performance for an application
working with linked tables on a network server?

Tanks for any help.

Kind regards,

Simon van Beek

Nov 13 '05 #2
S. van Beek wrote:
To work with linked tables is a professional method of working with a frond
end and back end mdb.

Working with linked tables on a local pc gives an acceptable performance but
in case you start working with linked tables on a server (network) the
performance will be drastically reduce.

After moving the tables into the frond end database the performance is
slightly increasing.

Is there any possibility to increase the performance for an application
working with linked tables on a network server?


I have never found linked tables on a network server to slow down
anything noticeably. I assume you have a poor network and/or an
inefficient application, and/or your expectations are way beyond
Access/Jet capabilities.

As you say, "slightly increasing", I would guess inefficient application
or unreasonable expectations.

There may be other possible reasons, and others may post them.

--
--
Lyle
Nov 13 '05 #3
Often, when you split a database,a nd try it you find that things seem to
run slow.

If you keep a persistent connection open at all times, then I find the
performance is returned to as before.

A persistent connection means that the Front end MUST KEEP a back end table
open AT ALL TIMES!!!

So, in your startup code, have it open a table to the back end, or even a
small form attached to some table in the back end (and then you minimize
this form..and also can make it visible = false.

If you do the above, then you will find that the split performance on the
network will be restored to normal performance.
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.members.shaw.ca/AlbertKallal
Nov 13 '05 #4

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

Similar topics

1
by: infopimp | last post by:
hi There, New to ASP, I'm trying to display records from an access qry which takes data from several tables two of which are linked. The db which is the source of my qry is on my web server...
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...
2
by: S. van Beek | last post by:
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...
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...
10
by: Jim Devenish | last post by:
I have a split front end/back end system. However I create a number of local tables to carry out certain operations. There is a tendency for the front end to bloat so I have set 'compact on...
1
by: a Wellner | last post by:
I have a Database stored on the server, and a replica on a laptop, used for data collection in the field. The laptop is only connected to the network during synchronization. I am linking to tables...
1
by: BillCo | last post by:
There seems to be a lot of confusion around the groups about linking to an Access mdb with the SQL Server Jet OLE DB provider and I havent been able to find a straight forward solution. Basically,...
0
by: Nathan | last post by:
Hi, Got a frustrating problem. I have sql express, running on a 2k3 server on my network. i have created a linked server to an access db located on the same server. The tables on the linked...
3
by: Bret Kuhns | last post by:
I recently started a co-op/internship at a company and they are looking to migrate a large legacy supported application from OLEDB to SQL Server. I'm doing prelim work in experimenting with the...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.