If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Need suggestion on Database Design

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-02-10, 08:23
tassadaque tassadaque is offline
Registered User
 
Join Date: Jun 2010
Posts: 9
Need suggestion on Database Design

In my web application project i have packages, modules and documents (such as creatememo, createcircular,CreateEmployee). in my database i created tables for packages, associated modules and objects (employee, memo, circular). then i have action table that defines applicable actions on each object e.g create, List, edit, print etc. now i manage rights by a table that contain ids of users, objects and actions. semantically, each row of this table will be like user a can edit employee, user b can create employee etc. my question is if my approach appropriate. should i move to storing pages in database and managing rights on page level rather than on object level (currently followed)
thanks
tassadaque
Reply With Quote
Reply

Tags
database design, relational database

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On