Languages SQL Security  

Restrict Users To Seeing Just "their" Rows on a Select

download download  
important code information
author:
Andy Archer
minimum requirements:
Restrict Users To Seeing Just "their" Rows on a Select description

As long as user ID is carried in one of the columns, you can easily restrict a Select from a table to user-specific rows by creating a VIEW of the table that only returns rows where the user ID matches session user ID. SQL with narrative.


File List:
restrict_users_to_seeing_just_their_rows.sql6Kb

Similar code
Decrypt MS SQL 2000 stored procedures of ANY SIZE! (Popularity: ) : This MS Access application will decrypt Stored Procedures encrypted using "with encryption" option. If automatic removing of "with encryption" option fails user will asked to manually modify the source of SP. The source of SP must start with “ALTER PROCEDURE” ...
SQLCrypto And XLSure Encryption Utilities (Popularity: ) : SQLCrypto Base Encryption + Hash ZIP files include the SQLCrypto Install, as well as Demo Scripts that install a sample database and all the encryption utilities you would need to start securing your sensitive passwords.
dbasp_GlobalGrant (Popularity: ) : This is a piece of code I use to globally grant or revoke permissions on all or set of objects in a Database for a given valid user.
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 8
version
size in Kb 2
popularity   1048/7913374
user rating 4/10
ad


New Code
Popular Code