473,591 Members | 2,842 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Moving backend to secure folder

I have an Access 2003 database application consisting of a frontend on
each user's desktop and a backend on a network drive. I have been
asked to move the backend into a folder that the users can't actually
see from Windows Explorer - a folder for which only a few of us have
privileges. The fear is that someone will accidentally delete or
damage the file. Is this possible or do we need to simply give
everyone read/write privileges, but not delete capability? Many
thanks for your help.

Trish

Oct 31 '06 #1
26 2948
Trish wrote:
I have been
asked to move the backend into a folder that the users can't actually
see from Windows Explorer - a folder for which only a few of us have
privileges.
Only the users who have permissions on that folder will be able to open the
database.
Is this possible or do we need to simply give
everyone read/write privileges, but not delete capability?
If it's a multiuser database, every database user should have
read/write/create/delete permissions on the folder. Any less and some of the
users will be blocked from opening the database.

--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200610/1

Oct 31 '06 #2

Granny Spitz via AccessMonster.c om wrote:
Trish wrote:
I have been
asked to move the backend into a folder that the users can't actually
see from Windows Explorer - a folder for which only a few of us have
privileges.

Only the users who have permissions on that folder will be able to open the
database.
Is this possible or do we need to simply give
everyone read/write privileges, but not delete capability?

If it's a multiuser database, every database user should have
read/write/create/delete permissions on the folder. Any less and some of the
users will be blocked from opening the database.

--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200610/1
How do you keep people from deleting the file altogether?

Oct 31 '06 #3

Granny Spitz via AccessMonster.c om wrote:
Trish wrote:
I have been
asked to move the backend into a folder that the users can't actually
see from Windows Explorer - a folder for which only a few of us have
privileges.

Only the users who have permissions on that folder will be able to open the
database.
Is this possible or do we need to simply give
everyone read/write privileges, but not delete capability?

If it's a multiuser database, every database user should have
read/write/create/delete permissions on the folder. Any less and some of the
users will be blocked from opening the database.

--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200610/1
How do you keep people from deleting the file altogether?

Oct 31 '06 #4
Trish wrote:
How do you keep people from deleting the file altogether?
Take away the box of Krispy Kremes and say "No more for you," and restore the
database from last night's backup. (Or you can tell them they'll be fired if
they delete the database, but that's not as effective a punishment.)

--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200610/1

Oct 31 '06 #5
"Granny Spitz via AccessMonster.c om" <u26473@uwewrot e in
news:689a769bd7 0e4@uwe:
If it's a multiuser database, every database user should have
read/write/create/delete permissions on the folder. Any less and
some of the users will be blocked from opening the database.
This is simply not true.

The users need READ/CHANGE permission. They don't need DELETE. The
result of that is that the LDB file will not be deleted when users
without DELETE permission exit the database, but as long as some of
the administrative users have that permission, it's OK. I have had
many clients who run with users having no DELETE permissions on the
folder where their back end data file is stored.

Another approach is to deny DELETE on the back end file itself.
However, after a compact, you'd have to restore those permissions,
since it's actually a new file. I'm sure there's an API for setting
permissions, so perhaps one could set up an Access compact that
would restore the DELETE deny setting to the compacted file.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Oct 31 '06 #6
"Granny Spitz via AccessMonster.c om" <u26473@uwewrot e in message
news:689aaf6c20 e96@uwe...
Trish wrote:
>How do you keep people from deleting the file altogether?

Take away the box of Krispy Kremes and say "No more for you," and restore
the
database from last night's backup. (Or you can tell them they'll be fired
if
they delete the database, but that's not as effective a punishment.)
The "official" way to state that is: "Not deleting the database is a
condition of continued employment." But, if you get an employee who's
really ticked off, that's not a deterrent.

:-)

Larry
Oct 31 '06 #7
LOL

I think I will quote you verbatim if my manager asks what I found out.

Thanks so much for your help.

Trish

Oct 31 '06 #8
David W. Fenton wrote:
>If it's a multiuser database, every database user should have
read/write/create/delete permissions on the folder. Any less and
some of the users will be blocked from opening the database.

This is simply not true.

The users need READ/CHANGE permission. They don't need DELETE. The
result of that is that the LDB file will not be deleted when users
without DELETE permission exit the database, but as long as some of
the administrative users have that permission, it's OK. I have had
many clients who run with users having no DELETE permissions on the
folder where their back end data file is stored.
And the sky parted the tall cumulonimbus clouds, and a thunderous voice said,

"Thou hast proof my son David hast lifted thy plonk, ... so don't screw it up
again!"
Oct 31 '06 #9
David W. Fenton wrote:
>If it's a multiuser database, every database user should have
read/write/create/delete permissions on the folder. Any less and
some of the users will be blocked from opening the database.

This is simply not true.

The users need READ/CHANGE permission. They don't need DELETE. The
result of that is that the LDB file will not be deleted when users
without DELETE permission exit the database, but as long as some of
the administrative users have that permission, it's OK. I have had
many clients who run with users having no DELETE permissions on the
folder where their back end data file is stored.
And the sky parted the tall cumulonimbus clouds, and a thunderous voice said,

"Thou hast proof my son David hast lifted thy plonk, ... so don't screw it up
again!"
>:
.
:
... so I was sitting there eating my jelly filled Krispy Kreme, two of my
coworkers were chatting on the phone to their boyfriends, and three of the
young men were playing Nerf basketball in the cube and roared "SCORE!" The
boss walked in and looked around with a confused look on his face. "Why
aren't you people working?" He turned to me and asked "Why aren't you
telling these people to get back to work?" I answered "My mouf iff toof
fuwell," and one of my coworkers answered "We can't work. We're locked out
of the database because no one here today has admin privs to delete the LDB
file when the database crashed."

--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200610/1

Oct 31 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
4810
by: Billy Jacobs | last post by:
I have a website which has both secure and non-secure pages. I want to uses forms authentication. How do I accomplish this? Originally I had my web.config file in the root with Forms Authentication set up and it worked just fine. Then I realized that I needed to have some pages unsecure. I then created 2 directories. One named Secure and the other named Public. I placed my web.config file in my
6
1903
by: Tim | last post by:
I am in the process of moving a site from one hosting company to another. This site is fairly large, with hundreds of asp files, each with multiple "include" statements. The new host has a different webspace folder structure for it's clients than the old host. At the moment, this is forcing me to have to append all the paths for all the include statements (not to mention all the other path-related code) to make things work. Example:
5
2179
by: Derickson | last post by:
I am working with a production runtime Access 2000 db, split front-end and back-end. Running on a network, I need a nightly copy of the backend transferred to a laptop with a temporary network connection so as to be able to run a locally linked version of the database outside of the production environment. No data will be modified; it will be read-only. I am struggling with docmd.transferdatabase and trying to empty the laptop-local...
5
2386
by: Geir Baardsen | last post by:
Hi! I wonder if anybody can help with the following: I need to password-protect tables in MyBackEnd.DB, which is placed in the same folder as the MyFrontEnd.DB Now I've tried the KB_209953 article in the microsoft knowledge-base, and I also looked up the module example in the developer 2000 edition.
2
1639
by: cpnet | last post by:
I've read, http://support.microsoft.com/default.aspx?scid=kb;en-us;326495, and searched on msdn.microsoft.com and google, but can't get this to work. I've done it in the past, but I can't remember what I did. A developer has created a C# web project, and sent me the source files. I'm trying to open the webproject on my computer (XP Pro, IIS 5.0, VS.NET 2003 EA). I can browse to the virtual directory in Visual Studio ("Add Existing Web...
5
1568
by: Jim Heavey | last post by:
Hello, I am trying to figure out how to put my application onto the server. I am deploying to a Windows 2000 Server When I bring up Internet Services Manager and navigate to the Default Web site and I right click on the default web site folder, do I choose "New Site" or "New Vitural Directory" I am guessing that I would choose "Virtual Directory", but I was not sure. When I follow thought on Virtual Directory option, when I look at the...
6
3613
by: Beowulf | last post by:
I'm working on upsizing an application from MS Access MDB -> MDB backend to MS Access ADP -> SQL Server backend. The application has the ability to create a new, empty database. Right now all the code is generating DDL statements inside VBA and then passing them as strings to an ADO command object. I'm going to have to redo most of the code anyway to update it to work with SQL Server so I wanted to think about redesigning the whole...
2
1922
by: Timbo | last post by:
Hello all, I have created a secure folder on my web server and created a user and password that can access it. So when you navigate to a page/file within this folder the login box appears. Here's my question: From a link on a form (outside the secure folder), can you send the user name and password using code to access a page/file in the secure folder, thus suppressing the login box?
4
7031
by: gnewsgroup | last post by:
I have a membership web application. A user is either an administrator or a regular user (only 2 roles) I have an admin folder in this application. I want only administrators to be able to access that folder. I am not using the .net member/role/profile framework. What's the easiest way to secure that admin folder? Thanks.
0
7870
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8236
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8362
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7992
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8225
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
5732
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
3850
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2378
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1465
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.