473,406 Members | 2,352 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

How to Protect your Back End?

365 100+
Good aft peeps,

im investigating the FE/BE access route just as a time filler really (dont get out much - LOL) just wondered how people protect their BE databases?

Dan Out
Jan 29 '09 #1
8 2471
ChipR
1,287 Expert 1GB
First, I hid the navigation window. Didn't feel too secure.
Then, I put in code that checks the windows login name and closes the db if it's not me. I like that better.
Finally, I renamed the backend from .accdb to .accdr. Now if anyone opens it and it doesn't close, they see the runtime menu and all they can do from the menu is close Access. I honestly don't think any of the users would imagine changing the file extension.
Jan 29 '09 #2
Dan2kx
365 100+
@ChipR
mine uses .mdb extension i believe?
Jan 29 '09 #3
ChipR
1,287 Expert 1GB
Ah, I'm using the 2007 format, so .accdr files automatically use the Runtime environment even though my users all have the full version of Access. I don't know whether this was an option before the 2007 version.
Jan 29 '09 #4
Dan2kx
365 100+
not sure, i have an alternative of my own, using the Command line switch /cmd and setting a value so that if there is no value it closes, ie you need to know the right answer, but it still leaves the back end to "foreign" update queries, if you know what i mean....

Dan
Jan 29 '09 #5
ChipR
1,287 Expert 1GB
Yeah I hadn't though about that. How can you prevent another front end from linking to and updating your tables if they know the structure?
Jan 29 '09 #6
Dan2kx
365 100+
or that yeah, the ideal would be to use a database password, but you cant code that in AFAIK... or can you?
Jan 29 '09 #7
DonRayner
489 Expert 256MB
If you are using the access user level security on the frontend you can bring the backend into the same workgroup with the frontend. That way you can set whatever permissions on the tables that you want.

Lately I've taken to outputing my frontend as an mde and using sql express as my backend. That way I can use the windows login ID to set access levels to the db.
Jan 29 '09 #8
Dan2kx
365 100+
@DonRayner
im not using this because i couldnt be bothered and it wouldnt fit in with my custom "ness"

@DonRayner
this gives me an ingenious idea... the BE will be located in a domain server so i can set the permissions to deny access to all but me, im sure that would work... ill have to try it tomorrow

any other ideas very welcome.

Dan
Jan 29 '09 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

12
by: Danny | last post by:
Hello how can you protect the .mdb that an asp page modifies? This must be open to all for modifications right? But how can it be hidden so people can't just download it if they guess the path?...
3
by: SueB | last post by:
Hi. I have been working on an Access Db for awhile and am very close to being ready to hand it over to the person who requested it. There will be one user and the db will reside on a desktop...
15
by: Fady Anwar | last post by:
Hi while browsing the net i noticed that there is sites publishing some software that claim that it can decompile .net applications i didn't bleave it in fact but after trying it i was surprised...
5
by: Brent Burkart | last post by:
I want to protect my website with a user and password. I have SQL Server 2000 where I want to store the users and passwords and the website is complete. I just need to add in some security with...
2
by: Pankajmani das | last post by:
Dear Sir/Madam, I have developed a QUIZ game program using VB 6.0 and Access as back end. Sir/Madam, please let me know, how can I protect the user by using VB code for modifying that perticular...
12
by: =?Utf-8?B?am9uaWdy?= | last post by:
I wrote a simple VB.NET application that imports and edits CSV files. Now I’d like to “lock” the raw (pre-import) CSV files so these cannot be opened separately. It is not high-sensitive...
22
by: teejayem | last post by:
Hi, I am new to programming with databases and was wanting some help. Is there any way to password protect an access database and access sent sql commands to it via vb.net code? Any help...
7
by: cefrancke | last post by:
I have a few tables with sensitive user information (passwords, etc.) and I would like to prevent someone from opening a blank database and importing those tables. Is there a way to "hide" or...
7
by: =?Utf-8?B?TWlrZQ==?= | last post by:
Hi. I have an ASP.NET 2.0 web application which contains an Images directory with all website images. How can I prevent other websites from creating img tags with the source as my images? I want...
3
by: Sin Jeong-hun | last post by:
It seems like the Protect() uses the Windows accout information to encrypt data. If I know the user name and the password, can I decrypt it on another PC? If it is not, how about the exported key?...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
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,...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...
0
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...

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.