Re: once upon a time... : linked tables
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Thu, 31 Jan 2008 06:27:17 -0600
Michiel Rapati-Kekkonen wrote:
hi,
once upon a time I read that the communication with the back end
would be faster if one table there was kept open.
For that purpose you were supposed to make an otherwise useless table
in the back end, link to it and open it when opening the front end,
keeping it open until you close the front end.
Is this a indeed viable and useful?
thanks voor your thoughts and experience
Michiel
Yes. Most of the benefit is that the LDB file has to be created (or modified)
when you open the back end file and there is a slight delay while that happens.
If you keep a persistent connection then that delay happens only once.
Otherwise that delay is incurred over and over each time you connect to the file
when there are no other existing connections.
You don't really have to create a "useless table" to do this though. Just open
a bound form or a VBA Recordset in code at startup and leave it open. It
doesn't really matter what table is used.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
.
- Follow-Ups:
- Re: once upon a time... : linked tables
- From: Michiel Rapati-Kekkonen
- Re: once upon a time... : linked tables
- References:
- once upon a time... : linked tables
- From: Michiel Rapati-Kekkonen
- once upon a time... : linked tables
- Prev by Date: Re: How to compute great circle distances (given lat and long) in MS Access
- Next by Date: Re: once upon a time... : linked tables
- Previous by thread: once upon a time... : linked tables
- Next by thread: Re: once upon a time... : linked tables
- Index(es):
Relevant Pages
|
Loading