This topic is locked
[SOLVED]

 Users Can See And Edit Their Own Data Only

1/27/2013 11:44:37 PM
ASPRunnerPro General questions
A
adnankmk author

I have two tables users and employees in the database with the following fields.
users
userid type(int) (primary key)

username type(nvarchar)

password type(nvarchar)
Employees
id type(int)(primary key)

name type(varchar)

designation type(varchar)

userid type(int) (Foreign key)
Both tables are linked with relationships. I want to implement the security that Users can see and edit their own data only. I select this option from security, advanced options tabs. When the user enters the records the list shows the records of all users. I am using ASP Runner. I want that each user should show his own records only and can not able to see the other users data.
thanks in advance

Sergey Kornilov admin 1/28/2013

There might be something wrong with project or database setup. Hard to tell without seeing your files and data.
If you have a valid support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.