Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

(Ovid) Re: Application Access Control

by Ovid (Cardinal)
on Sep 24, 2001 at 05:32 UTC ( [id://114232]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    users
    ------------
    ...
    ------------
    permissionTypeID
    subSectionID
    
  2. or download this
    SELECT     sb.subSectionID, pt.PermissionTypeID, p.Permission
    FROM       permissions p 
    ...
    INNER JOIN PermissionTypes pt ON p.permissionTypeID = pt.permissionTyp
    +eID
    INNER JOIN Section st         ON st.SectionID = sb.SectionID
    WHERE     (p.userID = $userID)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://114232]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-16 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found