Re: Is file is being used
- From: Eran.Yasso@xxxxxxxxx
- Date: 13 Dec 2006 12:26:31 -0800
Peter Duniho wrote:
"Mike Klaene" <mklaene@xxxxxxxxxxx> wrote in message
news:5RUfh.2129$HX4.2040@xxxxxxxxxxx
What I find to be amazing is that this thread exists in 2006.
Me too, but not for the reason you apparently find it to be.
A system on which I was programming in 1976 that only had 16K of RAM and
supported up to 16 attached (via coax) workstations supported the concept
of "Open Private". Stated simply, if a file was already open, even if the
other workstation had done an "Open Shared", my open would fail. The unit
that functioned as the "cluster controller" took care of this for me. File
and record locks were forced, not cooperative.
They are as well under Windows (and other operating systems for that
matter...I can't think of a single multi-process operating system that
*doesn't* have this feature).
That some people may want to write code that attempts to add yet another
layer on top of the file system doesn't change the fact that the file system
itself provides this functionality inherently. It only illustrates the
foolishness of trying to layer a cooperative file locking mechanism on top
of the built-in operating system mechanism.
Pete
Peter, nice to see pepole with the ammount of experience like you who
reading posts of noobs like me.
On to the subject...
Why wouldn't access let more then one user access the file in the same
time? mdb file is not an ordinary file. think of it as multi file. it
has tables. one can edit table while other edit other table. it
shouldn't affect each other. Unless they edit the same table.
Sorry for my English.
BTW, I was listening to Bob Dylan - Like A Rolling Stone :)
.
- Follow-Ups:
- Re: Is file is being used
- From: Peter Duniho
- Re: Is file is being used
- References:
- Is file is being used
- From: Eran . Yasso
- Re: Is file is being used
- From: Rad [Visual C# MVP]
- Re: Is file is being used
- From: Mike Klaene
- Re: Is file is being used
- From: Peter Duniho
- Is file is being used
- Prev by Date: Re: Background worker tasks sequentially?
- Next by Date: Re: Background worker tasks sequentially?
- Previous by thread: Re: Is file is being used
- Next by thread: Re: Is file is being used
- Index(es):
Relevant Pages
|