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 > Data Access, Manipulation & Batch Languages > ASP > Database Permissions

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-13-03, 10:49
phillip_ewing phillip_ewing is offline
Registered User
 
Join Date: Jan 2003
Location: Georgia
Posts: 9
Unhappy Database Permissions

Can someone please walk me through setting up database permissions? I am having a hard time understanding the concept. For example:
When i login as
Admin: All rights on database
Teacher: Add, Edit rights on database
Student/parent: no rights on database

I am using ASP and not ASP.net. I do not understand on the format code to perform this function. Any help would be greatly appreciated.

Thank you again, Phillip Ewing
Reply With Quote
  #2 (permalink)  
Old 01-13-03, 17:18
Frettmaestro Frettmaestro is offline
Registered User
 
Join Date: Jan 2003
Location: London, England
Posts: 106
First of all, knowing what type of database you are using is important. If you use SQL-server then using three different connection-strings might do the trick, but unfortunately this will ruin you connection-pooling which will slow down things quite alot.

If you use something like MS Access I'm afraid all database-permissions ar up to you to program yourself.
__________________
Frettmaestro
"Real programmers don't document, if it was hard to write it should be hard to understand!"
Reply With Quote
Reply

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On