944,081 Members | Top Members by Rank

Ad:
Jul 31st, 2007
0

Database Security question

Expand Post »
Hi All,
I work for a company where i have informations of all parts and their part numbers in the Database. But the problem is whenever someone else uses the database for getting the part numbers for the items they can easily change the information on the database without my permission either intensionally or unintentionally which becomes a big issue.

Does anyone know how to create a security thing which will only let the powered users like me or someone who is authorized to change the informations on the database and make only informations available to others without others being able to change any informations in the database??

Regards
Nasir
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
yotobeats is offline Offline
4 posts
since Jul 2007
Aug 1st, 2007
0

Re: Database Security question

The problem for you is others should only be able to select records not change ,right.

Its so simple you need to grant only SELECT previlege on that specified table to the users not full access.
Featured Poster
Reputation Points: 665
Solved Threads: 427
Posting Genius
debasisdas is offline Offline
6,406 posts
since Feb 2007
Aug 1st, 2007
0

Re: Database Security question

Thanks for the reply..
But how do i grant the select privilege?
Other users should be able to open the data base and go through..But they should not be able to edit any of the entries...

Cheers..
Reputation Points: 10
Solved Threads: 0
Newbie Poster
yotobeats is offline Offline
4 posts
since Jul 2007
Sep 5th, 2007
0

Re: Database Security question

What database software are you using? and how are people accesing this database?
Reputation Points: 22
Solved Threads: 1
Light Poster
matale is offline Offline
38 posts
since May 2007
Sep 13th, 2007
0

Re: Database Security question

Grant select, insert to [username] --for all tables
Grant select, insert on [table name] to [username] -- for specific table
Grant Create database, table to [username] -- give some permission to some users to DDL
Featured Poster
Reputation Points: 480
Solved Threads: 276
Postaholic
Ramy Mahrous is offline Offline
2,189 posts
since Aug 2006
Oct 11th, 2007
0

Re: Database Security question

Hi Guys, I'm using Ms Access database and everyone has access through the local server. I did manage to fix to a certain extend going to the security option and user level security wizard and it allowed me to assign different user name and password to all the users and also their access level permissions. It also works perfectly well when its in a single computer. But when i tried to add it in the server there is a different problem.

Access file ->rightclick-> properties ->security ->advanced -> and i get this box advanced security settings.

Here I think if i click on the check box below it should work properly and at this moment there is permission restriction for the gateway & everyone and just the administrator can have the full control. But me being the admin it wont give me access and recieve the following message.


in "effective permission" i tried giving control to all other users and still wouldnt let me..same message.

when i tried opening the actuall database file i get the permission restriction warning

"You do not have the necessary permissions to use the <name> object. Have your system administrator or the person who created this object establish the appropriate permissions for you. (Error 3033)
You do not have the necessary permissions for the specified object. To change your permission assignments, see your system administrator or the object's creator."

Can somebody explain whats goining wrong here?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
yotobeats is offline Offline
4 posts
since Jul 2007
Oct 16th, 2007
0

Re: Database Security question

Hi guys,
I finally fixed it and working perfectly well...
I actually had a wrong work group selected from the C driver rather then the one from the server as my database is a server based..
Anyway..
thanks a lot for the replies...
Nasir
Reputation Points: 10
Solved Threads: 0
Newbie Poster
yotobeats is offline Offline
4 posts
since Jul 2007
Oct 23rd, 2007
0

Re: Database Security question

Its nice to know you got the acurate solution of the problem and your problem got solved.
Featured Poster
Reputation Points: 665
Solved Threads: 427
Posting Genius
debasisdas is offline Offline
6,406 posts
since Feb 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Database Design Forum Timeline: Database Design : DB2 + PHP + Windows?
Next Thread in Database Design Forum Timeline: Help in normalising please!!!





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC