User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Database Design section within the Web Development category of DaniWeb, a massive community of 426,462 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,201 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Database Design advertiser: Programming Forums
Views: 1599 | Replies: 7
Reply
Join Date: Jul 2007
Posts: 4
Reputation: yotobeats is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
yotobeats yotobeats is offline Offline
Newbie Poster

Database Security question

  #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
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2007
Location: Bangalore,India
Posts: 1,290
Reputation: debasisdas is on a distinguished road 
Rep Power: 4
Solved Threads: 83
debasisdas's Avatar
debasisdas debasisdas is offline Offline
Nearly a Posting Virtuoso

Re: Database Security question

  #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  
Join Date: Jul 2007
Posts: 4
Reputation: yotobeats is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
yotobeats yotobeats is offline Offline
Newbie Poster

Re: Database Security question

  #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  
Join Date: May 2007
Posts: 35
Reputation: matale is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
matale matale is offline Offline
Light Poster

Re: Database Security question

  #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  
Join Date: Aug 2006
Location: Egypt
Posts: 762
Reputation: RamyMahrous is on a distinguished road 
Rep Power: 4
Solved Threads: 59
Featured Poster
RamyMahrous's Avatar
RamyMahrous RamyMahrous is offline Offline
Master Poster

Re: Database Security question

  #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
B.Sc Computer Science, Helwan University
Microsoft Student Partner
Personal blog http://ramymahrous.blogspot.com/
Arabic technical blog http://fci-h-ar.blogspot.com/
English technical blog http://fci-h.blogspot.com/
Reply With Quote  
Join Date: Jul 2007
Posts: 4
Reputation: yotobeats is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
yotobeats yotobeats is offline Offline
Newbie Poster

Re: Database Security question

  #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  
Join Date: Jul 2007
Posts: 4
Reputation: yotobeats is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
yotobeats yotobeats is offline Offline
Newbie Poster

Re: Database Security question

  #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  
Join Date: Feb 2007
Location: Bangalore,India
Posts: 1,290
Reputation: debasisdas is on a distinguished road 
Rep Power: 4
Solved Threads: 83
debasisdas's Avatar
debasisdas debasisdas is offline Offline
Nearly a Posting Virtuoso

Re: Database Security question

  #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  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Database Design Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Database Design Forum

All times are GMT -4. The time now is 3:41 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC