PC Review


Reply
Thread Tools Rate Thread

Back end security

 
 
Rose B
Guest
Posts: n/a
 
      13th Nov 2009
I have an application with the FE and BE split, and the BE resides on a
network server. The user access is controlled through the FE application -
but is there any way of ensuring that nobody (albeit accidentally)
deletes/updates the BE tables directly i.e. going into them directly not via
the FE?
 
Reply With Quote
 
 
 
 
Joan Wild
Guest
Posts: n/a
 
      13th Nov 2009
A simple solution is to put an autoexec macro in the backend:

Msgbox - "Access denied. Use the frontend"
Quit

This would run if the BE was opened directly. You could also disable
the shiftkey bypass in the backend so the autoexec macro isn't bypassed.
You could also put the backend in a hidden folder, so it's not so easy
for users to find
\\share\folder$ rather than \\share\folder

All these techniques will keep the honest/curious out which may suit
your needs.

Joan Wild


Rose B wrote:
> I have an application with the FE and BE split, and the BE resides on a
> network server. The user access is controlled through the FE application -
> but is there any way of ensuring that nobody (albeit accidentally)
> deletes/updates the BE tables directly i.e. going into them directly not via
> the FE?

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
back end security =?Utf-8?B?UmFzaGlk?= Microsoft Access Security 5 6th Mar 2007 12:54 PM
back-end security =?Utf-8?B?TWFyY28=?= Microsoft Access Security 3 31st Jan 2007 07:41 PM
Back end security A Hopper Microsoft Access Security 2 11th Aug 2004 03:51 AM
security on back end mdb =?Utf-8?B?am4=?= Microsoft Access Security 2 26th Nov 2003 11:45 PM
security on back end mdb =?Utf-8?B?am4=?= Microsoft Access VBA Modules 4 26th Nov 2003 05:09 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:06 AM.