Re: Split Database Security Problem
- From: "Anthony England" <aengland@xxxxxxxxxx>
- Date: Thu, 22 Dec 2005 13:53:49 +0000 (UTC)
<carriolan@> wrote in message
news:t1alq1ltv0r6ncb4gc4oqk8sve8q7b2ji7@xxxxxxxxxx
> Hi
> I have managed to secure a split database. Both frontend and backend
> share a common workgroup, common security groups and common users and
> permissions, but as in all good stories there is a catch.
>
> All works well for the newAdmin user, but not so for the newUser. In
> the AutoExec macro I have a call on some VBA to reconnect the frontend
> and backend databases. It does not reconnect for the newUser. My
> conclusion is that the security permissions are not generous enough to
> permit reconnection! The newAdmin for the 'object database' has the
> following permissions: Open/Run, Open Exclusive and Administer. The
> newUser only has: Open/Run, Open Exclusive on the 'database object'.
> The backend dBase only contains tables which are linked to the
> frontend.
>
> How do I set the permissions to get the frontend to auto reconnect to
> the backend please?
>
> Regards
> Carriolan
Log on as admin and link the tables manually. Temporarily comment out the
code which does the re-linking. Log in as user. Does everything else work
OK? Forms, tables queries, etc?
If the answer is yes, then it would appear to be only the re-linking
routine. Does it refresh the links or delete and re-create them? You will
probably need to assign more generous permissions to the front-end linked
tables - eg let standard users alter the design of them so they can be
re-connected and don't worry - those permissions are only on the linked
table - they couldn't change the design of the real back end tables.
.
- Follow-Ups:
- Re: Split Database Security Problem
- From: Steve
- Re: Split Database Security Problem
- References:
- Split Database Security Problem
- From: carriolan@xxxxxxxxxxx
- Split Database Security Problem
- Prev by Date: Re: Query has a problem with December??
- Next by Date: Re: A2K - passing more than one value into a popup form
- Previous by thread: Split Database Security Problem
- Next by thread: Re: Split Database Security Problem
- Index(es):
Relevant Pages
|