Login form

G

Geronimo

Hi



My question is about making a logging form witch check the username and
password against a linked oracle user table.



What I would like to do is to restrict the users access depending on there
rights in the user table. I thought about a log inform witch check the
username and password, if it's ok then the username is appended in a login
table with only one record. (By the way, this is in the front-end in a
multi-user environment). Then the queries use the username in the queries.



Can anyone help?



//MK
 
Top