Re: Is file is being used
- From: "Peter Duniho" <NpOeStPeAdM@xxxxxxxxxxxxxxxx>
- Date: Wed, 13 Dec 2006 15:45:49 -0800
<Eran.Yasso@xxxxxxxxx> wrote in message
news:1166048220.207062.67320@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Pete, you are right if mdb file was an ordinary file. But, MDB file has
tables. You can look at this tables as many different files attached to
a big file. if both proccess don't write to the same table, then they
are not "sharing the same memory"(file).
See Willy's reply. As far as the file system is concerned, a .mdb IS just
"an ordinary file".
Every file is a "special file", as viewed by applications that understand
them. But the file system treats all files as basically the same. Even a
..mdb file is simply a single stream of bytes, to Windows. The tables are
completely unknown to Windows and Windows has no way of inherently dealing
with multiple simultaneous write access to .mdb files (or any other type of
file).
Pete
.
- 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
- Re: Is file is being used
- From: Eran . Yasso
- Re: Is file is being used
- From: Peter Duniho
- Re: Is file is being used
- From: Eran . Yasso
- Is file is being used
- Prev by Date: Re: Package and deploy in .NET
- Next by Date: Re: IDisposable or not in custom classes
- Previous by thread: Re: Is file is being used
- Next by thread: Client Side Datase / MemoryTables
- Index(es):
Relevant Pages
|
Loading