Re: Compact BE while idle... so confused!
"Lyle Fairfield" <lylefairfield@ aim.comwrote in
news:1153879408 .805674.48790@7 5g2000cwc.googl egroups.com:
>
Do you do this John? I have never found that it made any
difference at all and so I have never done it. I know that this
was recommended in The Jet DataBase Programmers Guide 3.0 but that
was a long time ago. With the speed of processors and disk writes
today the creation of a tiny file is instantaneous.
In all honesty though I have never worked with a slow connection
to the backend.
I'm surprised that it was in the Jet 3.0 programmers guide, as I
never encountered problems with this until Access 2000. A97 was
always perfectly fast in creating and deleting the LDB file, but A2K
was *much* slower about it.
Of course, most of my apps maintain some kind of persistent
connection in the background, either an open form or a public db
variable, so I've never experienced a situation where it was an
issue, but I do know that A2K is *much* slower in creating and
deleting the LDB file than previous versions of Access.
It also may make a difference what version of Windows the file
server is.
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
"Lyle Fairfield" <lylefairfield@ aim.comwrote in
news:1153879408 .805674.48790@7 5g2000cwc.googl egroups.com:
>This would be one good reason to not to maintain an
>open-connection to the back-end through a start-up form or the
>main menu/main form. (Lots of developers do that in that hope
>that network performance is enhanced since an open connection
>exists from program startup.
>open-connection to the back-end through a start-up form or the
>main menu/main form. (Lots of developers do that in that hope
>that network performance is enhanced since an open connection
>exists from program startup.
Do you do this John? I have never found that it made any
difference at all and so I have never done it. I know that this
was recommended in The Jet DataBase Programmers Guide 3.0 but that
was a long time ago. With the speed of processors and disk writes
today the creation of a tiny file is instantaneous.
In all honesty though I have never worked with a slow connection
to the backend.
never encountered problems with this until Access 2000. A97 was
always perfectly fast in creating and deleting the LDB file, but A2K
was *much* slower about it.
Of course, most of my apps maintain some kind of persistent
connection in the background, either an open form or a public db
variable, so I've never experienced a situation where it was an
issue, but I do know that A2K is *much* slower in creating and
deleting the LDB file than previous versions of Access.
It also may make a difference what version of Windows the file
server is.
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Comment