Re: Protect Database From Accidentally Being Deleted
- From: "david epsom dot com dot au" <david@epsomdotcomdotau>
- Date: Wed, 28 Sep 2005 14:57:23 +1000
> Unfortunately, that will have the side effect of making the database
> read-only. Each user must have Delete and Create permission to the
Read only if you don't have CREATE permission.
Delete permission is required to compact the database, and to
delete the ldb file. Deletion of the ldb file is required if
it becomes corrupted, or if database Exclusive Access is
required.
So for a shared database, you can reserve delete permission
for an administrator.
(david)
PS:
The ldb file is created when the first user enters the database,
and deleted when the last user leaves, if permission is allowed.
So after being deleted the first time, the ldb file picks up
whatever permission is assigned to new files
Can you just remove delete permission for the database file?
Yes, but compact will fail, so before and after compacting you
need to reset the permission.
"John Vinson" <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:e0fjj1luhho3uhrrv5a63fchh0c6t368ck@xxxxxxxxxx
> On Tue, 27 Sep 2005 13:47:01 -0700, Klatuu
> <Klatuu@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
>>You will need to get with your network administrator and have him/her/it
>>set
>>the permissions for the users to not allow deletes in the folder where the
>>mdb is.
>
> Unfortunately, that will have the side effect of making the database
> read-only. Each user must have Delete and Create permission to the
> folder, so that Access can create and then delete the .ldb locking
> file!
>
> John W. Vinson[MVP]
.
- References:
- Protect Database From Accidentally Being Deleted
- From: Pamela J. via AccessMonster.com
- Re: Protect Database From Accidentally Being Deleted
- From: John Vinson
- Protect Database From Accidentally Being Deleted
- Prev by Date: populating data from one form to another.
- Next by Date: Re: Please Help?! Hiding Subform
- Previous by thread: Re: Protect Database From Accidentally Being Deleted
- Next by thread: Re: Protect Database From Accidentally Being Deleted
- Index(es):
Relevant Pages
|
Loading