Re: Corruption - how to MAKE it happen?
- From: "David W. Fenton" <XXXusenet@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 26 Mar 2007 11:16:39 -0500
"(PeteCresswell)" <x@xxxxxxxxx> wrote in
news:86nf035vubm6d2kvo11r8fan18rq3tuv0n@xxxxxxx:
Per Doug:
Another part of the problem is that the application is used
24x7x365, so to compact/repair, I need to kick users out of the
system.
It's just that I *really* have this feeling that the corruption is
caused by people starting up the program (which takes a LONG
time), then deciding "You know what? I don't have time for
this..." and they give it the "3-Fingered Salute".
Sounds like a textbook case for moving the back end over to SQL
Server.
Anybody else agree?
Well, the startup issues aren't, but the 24/7 requirement certainly
is.
Any idea why it takes so long to start up? Might be some other
issues there...
Obviously if you've designed your app so that it takes so long to
load that users give up, it's *your* fault if they are corrupting
the database by killing the process. The easiest way to fix it is
judicious use of DoEvents so that something happens onscreen
periodically to tell them that the app is loading. I recently added
an unnecessary splash screen with 'Please wait while program loads"
before the switchboard comes up (when previously the the blank
Access window was all that was visible), and the users said "Oh!
You've done something to speed up the load time!" Nothing actually
changed behind the scenes -- all that changed was what users were
seeing, and it made them feel like the app was loading more quickly.
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
.
- References:
- Corruption - how to MAKE it happen?
- From: Doug
- Re: Corruption - how to MAKE it happen?
- From: (PeteCresswell)
- Re: Corruption - how to MAKE it happen?
- From: The Frog
- Re: Corruption - how to MAKE it happen?
- From: (PeteCresswell)
- Re: Corruption - how to MAKE it happen?
- From: David W. Fenton
- Re: Corruption - how to MAKE it happen?
- From: Doug
- Re: Corruption - how to MAKE it happen?
- From: (PeteCresswell)
- Corruption - how to MAKE it happen?
- Prev by Date: Re: Terminal Server or runtime version?
- Next by Date: Re: Plugging an alternate data source into MS-Access
- Previous by thread: Re: Corruption - how to MAKE it happen?
- Next by thread: Re: Corruption - how to MAKE it happen?
- Index(es):
Relevant Pages
|