Database Security question

Reply

Join Date: Jul 2007
Posts: 4
Reputation: yotobeats is an unknown quantity at this point 
Solved Threads: 0
yotobeats yotobeats is offline Offline
Newbie Poster

Database Security question

 
0
  #1
Jul 31st, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 2,134
Reputation: debasisdas will become famous soon enough debasisdas will become famous soon enough 
Solved Threads: 132
debasisdas's Avatar
debasisdas debasisdas is offline Offline
Postaholic

Re: Database Security question

 
0
  #2
Aug 1st, 2007
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.
Share your Knowledge.
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 4
Reputation: yotobeats is an unknown quantity at this point 
Solved Threads: 0
yotobeats yotobeats is offline Offline
Newbie Poster

Re: Database Security question

 
0
  #3
Aug 1st, 2007
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..
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 38
Reputation: matale is an unknown quantity at this point 
Solved Threads: 1
matale matale is offline Offline
Light Poster

Re: Database Security question

 
0
  #4
Sep 5th, 2007
What database software are you using? and how are people accesing this database?
My current Project www.footystat.com
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2,065
Reputation: Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice 
Solved Threads: 256
Featured Poster
Ramy Mahrous's Avatar
Ramy Mahrous Ramy Mahrous is offline Offline
Postaholic

Re: Database Security question

 
0
  #5
Sep 13th, 2007
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
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 4
Reputation: yotobeats is an unknown quantity at this point 
Solved Threads: 0
yotobeats yotobeats is offline Offline
Newbie Poster

Re: Database Security question

 
0
  #6
Oct 11th, 2007
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?
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 4
Reputation: yotobeats is an unknown quantity at this point 
Solved Threads: 0
yotobeats yotobeats is offline Offline
Newbie Poster

Re: Database Security question

 
0
  #7
Oct 16th, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 2,134
Reputation: debasisdas will become famous soon enough debasisdas will become famous soon enough 
Solved Threads: 132
debasisdas's Avatar
debasisdas debasisdas is offline Offline
Postaholic

Re: Database Security question

 
0
  #8
Oct 23rd, 2007
Its nice to know you got the acurate solution of the problem and your problem got solved.
Share your Knowledge.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Database Design Forum
Thread Tools Search this Thread



Tag cloud for Database Design
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC