![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Access experts, I want to create my own database. The data collection will be extremely pain-staking. I would like to create a Access database with a front-end and back-end. The back-end will be encrypted. I would like my users to use the database through the front-end but do not want them to be able to steal my data in the backend. May I know if this is possible without revealing the password? Thank you. |
#3
| |||
| |||
|
|
I want to create my own database. The data collection will be extremely pain-staking. I would like to create a Access database with a front-end and back-end. The back-end will be encrypted. I would like my users to use the database through the front-end but do not want them to be able to steal my data in the backend. May I know if this is possible without revealing the password? |
#4
| |||
| |||
|
|
Per klar: I want to create my own database. The data collection will be extremely pain-staking. I would like to create a Access database with a front-end and back-end. The back-end will be encrypted. I would like my users to use the database through the front-end but do not want them to be able to steal my data in the backend. May I know if this is possible without revealing the password? Put the data into an SQL Server DB - like the freebie version that is often used w/Access. Apply security such that nobody but you can get to the tables. Then create stored procedures in the DB that supply the data you want to feed into Access and then call them from Access when it's time to load your forms. A determined user can still scrape the screen, but at least they cannot get to the tables. -- PeteCresswell |
#5
| |||
| |||
|
|
Thank you for all your replies. The goal is not to have a perfectly secure solution. This does not seem realistic based on what I understand from Access. The goal is to inconvenience other people from stealing the data and "reselling" it. The requirement is to distribute the database as an stand-alone Access file without requiring any networking. I encrypted the database with a password. However, the moment the database is opened, the user is prompted with a password. What if I want the user to be able to use a front-end to use the database without releasing the password to them? Can this be done? Any helpful internet links? My boss is chasing me on this now. Thank you very much. |
#6
| |||
| |||
|
|
Thank you for all your replies. The goal is not to have a perfectly secure solution. This does not seem realistic based on what I understand from Access. The goal is to inconvenience other people from stealing the data and "reselling" it. |
#7
| |||
| |||
|
|
Hi Access experts, I want to create my own database. The data collection will be extremely pain-staking. I would like to create a Access database with a front-end and back-end. The back-end will be encrypted. I would like my users to use the database through the front-end but do not want them to be able to steal my data in the backend. May I know if this is possible without revealing the password? Thank you. |
#8
| |||
| |||
|
|
If you are using the MDB format, and Access 2003 or earlier, you can put enough security on the database that casual users will be kept out. Here are a bunch of useful links. Pay particular attention to the first one, the Microsoft Security FAQ. Read it several times, and always work on a copy until you get it right: Security FAQhttp://support.microsoft.com/support/access/content/secfaq.asp Lynn Trapp's summarization:http://www.ltcomputerdesigns.com/The10Steps.htm KB articles:http://support.microsoft.com/default...px?kbid=325261 Joan Wild's articles:http://www.jmwild.com/security02.htm...m/Unsecure.htm -- Arvin Meyer, MCP, MVPhttp://www.datastrat.comhttp://www.accessmvp.comhttp://access.mvps.org Co-author: "Access Solutions", published by Wiley "klar" <klar... (AT) gmail (DOT) com> wrote in message news:8f600e43-5b17-4c23-aec5-316fb64a1466 (AT) t38g2000prg (DOT) googlegroups.com... Hi Access experts, I want to create my own database. The data collection will be extremely pain-staking. I would like to create a Access database with a front-end and back-end. The back-end will be encrypted. I would like my users to use the database through the front-end but do not want them to be able to steal my data in the backend. May I know if this is possible without revealing the password? Thank you.- Hide quoted text - - Show quoted text - |
![]() |
| Thread Tools | |
| Display Modes | |
| |