Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Friends i have complete my inventory web application i have enquiry page for software demo request in that i need to give permission to access my application for every user who register.For that each person who register i need give a separate whole datatable that i used in aplication to access their data only using single DB in sql server 2008.Can any one give me a detail that how can i do this process..
Posted

1 solution

Hello,

You need to create one table let say TableA where you will store usersID and tablesID.
Then before save record you have to check the logged in userId and search it in your TableA and get the tableID for this usersID. In this way you will have the table to save the data for the specific user.
 
Share this answer
 

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