473,804 Members | 3,113 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Read only database problem

Hi,

I have a multi-user access 2k database, with a server based backend
and a local machine based front end. What I want is :

1) one group of users to have a full access (i.e. edit, delete, insert
etc data) into the system via the front end with no restrictions

2) one group of users to have read only access on the data via the
front end

However, I don't really want to use the inbuilt access security as I
don't want my users to be bothered with remembering yet another
password. I also need the read-only group of users to still be able to
execute code that inserts data I just don't want these inserts/changes
to be saved.

Is this just wishful thinking, or is there a simple (or complex)
solution to this situation?

Thanks in advance

Al
Nov 12 '05 #1
5 1744
Sorry, wishful thinking. Without using Access security, anything you setup
will be accessible by anyone who has access to the folder it resides in. You
can create your own profiles, and restrict access to forms and such by only
including those items in the frontend, but if anyone bypasses the startup
options of the db, evertything will be wide open (forms, reports and modules
can be protected by making it an mde).

Mike Storr
www.veraccess.com

Is this just wishful thinking, or is there a simple (or complex)
solution to this situation?

Thanks in advance

Al

Nov 12 '05 #2
al******@yahoo. com (Al Jans) wrote:
However, I don't really want to use the inbuilt access security as I
don't want my users to be bothered with remembering yet another
password.


You could set up user-level security without passwords, but make the
account names the same as the users' network log on IDs, then compare
CurrentUser with the network log on ID - if they don't match, quit nosave!

HTH - Keith.
www.keithwilby.org.uk
Nov 12 '05 #3
Al Jans,
It's bending the rules a bit, but this has worked for me: A legit licensed
copy of Microsoft SQL Server Desktop Edition and a trial version of SQL
Server 7.0. The MSDE install got me a legal instance of the database engine
and the trial CD set up the Enterprise Manager tools for MSDE. There are
still throttles on the MSDE engine so I can't server a large organization
but because I mostly develop stuff for customers this doesn't matter. And
having SQL Server means I get its security model, which works really well
with Win NT 4.0 and 2K.

"Al Jans" <al******@yahoo .com> wrote in message
news:7b******** *************** ***@posting.goo gle.com...
Hi,

I have a multi-user access 2k database, with a server based backend
and a local machine based front end. What I want is :

1) one group of users to have a full access (i.e. edit, delete, insert
etc data) into the system via the front end with no restrictions

2) one group of users to have read only access on the data via the
front end

However, I don't really want to use the inbuilt access security as I
don't want my users to be bothered with remembering yet another
password. I also need the read-only group of users to still be able to
execute code that inserts data I just don't want these inserts/changes
to be saved.

Is this just wishful thinking, or is there a simple (or complex)
solution to this situation?

Thanks in advance

Al

Nov 12 '05 #4
There are many alternatives to using Access Security when it comes to
securing your database.

A shareware version of a simplified user security add-in - LASsie
(Light Application Security) for MS Access - is available for download
here:
http://www.peterssoftware.com/las.htm

With LASsie, you can specify that the network username is to be used
automatically as the LASsie username. This way, users don't have to
remember another username and password.

Also, there's the Access Project Security Manager from
databasecreatio ns, Inc.:
http://www.databasecreations.com/prod_apsm.htm

Hope this helps,

Peter De Baets
Peter's Software - MS Access Tools for Developers
http://www.peterssoftware.com

al******@yahoo. com (Al Jans) wrote in message news:<7b******* *************** ****@posting.go ogle.com>...
Hi,

I have a multi-user access 2k database, with a server based backend
and a local machine based front end. What I want is :

1) one group of users to have a full access (i.e. edit, delete, insert
etc data) into the system via the front end with no restrictions

2) one group of users to have read only access on the data via the
front end

However, I don't really want to use the inbuilt access security as I
don't want my users to be bothered with remembering yet another
password. I also need the read-only group of users to still be able to
execute code that inserts data I just don't want these inserts/changes
to be saved.

Is this just wishful thinking, or is there a simple (or complex)
solution to this situation?

Thanks in advance

Al

Nov 12 '05 #5
Don
I can only echo that LASSIE is the best choice for this problem, I had a
similar issue and it has saved hours of programming. In addition the
support from the author was exemplary
Nov 12 '05 #6

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

Similar topics

3
12132
by: Silvio Lopes de Oliveira | last post by:
Hello, I have a C++ / MFC app which uses CDatabase and CRecordset to connect to a ODBC data source for a SQL Server 7 database. The application worked properly with a MySQL database, but after swapping it for SQL Server problems emerged. In particular, any calls to CRecordset::AddNew() and CRecordset::Edit() cause an exception to be thrown with the error message "Recordset is read-only". Stepping through the code for CRecordset::Open(),...
7
12662
by: Graham Taylor | last post by:
I've tried posting this in the 'microsoft.public.access' but I will post it here also, as I think it might be the webserver which is causing my problem. --------- I have an Access 2003 database which is in the "fpdb" folder of my webserver. Its located there so that I can use asp to build a web-based front-end for users to read the database - http://www.nist.ac.th/maths/test1.asp The MBD file is edited using Access (2003) and opening...
12
2075
by: francisds | last post by:
Hi, Can you guys see if there's a solution to this problem? I have a database from which I have to read each record and process that record. New records are being added all the time, so I need to go back and check for new records and process them. However:
2
3093
by: Sandman | last post by:
Just looking for suggestion on how to do this in my Web application. The goal is to keep track of what a user has and hasn't read and present him or her with new material I am currently doing this by aggregating new content from all databases into a single indexed database and then saving a timestamp in the account database (for the current user) that tells me when the user last read items in the aggregated database.
3
4243
by: Koen | last post by:
Hi, first of all, the machine setup server 1: - UDB2 7.2.5; COUNTRY=1, location = US, IBM1250 codepage - Locale: US English; Regional Settings: English; Keyboard: Dutch; decimal separator: . server 2: - UDB2 7.2.5 Client Tools - Websphere 4.0.5
1
11530
by: Darn | last post by:
Hi all How do i solve this problem. I'm web developer from Malaysia, the problem occurs when i ftp an Access database which i'm using for this particular web site for it's database.The form which i used to update data inside that database has create some problem like Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) Cannot update. Database or object is read-only.
4
3431
by: weirdstuff | last post by:
Hi. I have this simple code: =========================================== ->Database query here (.. some code) $row=mysql_fetch_array($res); (...)
24
6161
by: rudranee | last post by:
hi there, can anyone tell me how to lines from a file which are odd numbered i.e. 1st,3rd,5th...lines. i tried incrementing file pointer by 2 (fp=fp+2) but it does'nt work Can someone give me the code please.
12
5475
by: Sean Davis | last post by:
I am working on a simple script to read from one database (oracle) and write to another (postgresql). I retrieve the data from oracle in chunks and drop the data to postgresql continuously. The author of one of the python database clients mentioned that using one thread to retrieve the data from the oracle database and another to insert the data into postgresql with something like a pipe between the two threads might make sense, keeping...
3
2963
by: =?Utf-8?B?ZGF2aWQ=?= | last post by:
I try to follow Steve's paper to build a database, and store a small text file into SQL Server database and retrieve it later. Only difference between my table and Steve's table is that I use NTEXT datatype for the file instead of using IMAGE datatype. I can not use SqlDataReader to read the data. I need your help, Thanks. -David (1) I have a table TestFile for testing: ID int FileName navrchar(255)
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10578
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
10332
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
10321
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
9152
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 project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6853
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3820
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2991
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.