This topic is locked

Advanced Security Settings

2/26/2008 12:57:33 PM
ASPRunner.NET General questions
Y
ykh author

For the advanced security settings to work, does the userid needs to be an integer field?
I have two tables:
table 1 user

userid is a varchar field

name

password
table 2 maintable

id autonumber

userid varchar

etc...
Users Table: OwnerID field I use userid from table 1

Main table: OwnerID field I use userid from table 2
I selected "users can see other users data; can edit their own data only" but it doesn't work. No one can edit anything even his or her own data as the edit option is not even available on the page.
Basically, I want user to be able to see everyone's data but only edit and delete their own data.

Y
ykh author 2/27/2008

Anyone?

Eugene 2/28/2008

sorry about delay with reply.
userid field shouldn't be integer field. Everything should work also with varchar type.
Could you please send me your project (including project file, output directory and database backup) on support@xlinesoft.com? I will investigate it on my box.