Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to lock row and no one can read it before i make unlock

like when i do
select name from table name where id = 1

i want to prevent any user to select this row until i make unlock to it

how can i do this??
Posted

1 solution

 
Share this answer
 
Comments
omar maher 28-Apr-14 4:30am    
i read this but i dont need to update any thing in this table just i want to prevent any one to read row i selected it
can i use exclusive block ??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900