checking user name and password [message #83543] |
Thu, 23 October 2003 23:57 |
Rabin
Messages: 6 Registered: October 2003
|
Junior Member |
|
|
hi
Actualy I want to check whether my user name and password is correct or not. if any user who is trying to run the program, who is just going to logon is in the oracle Developer form5.0 is wrong user name and password then it must return with privious
user name and password.
thanks
Rabin
|
|
|
Re: checking user name and password [message #83548 is a reply to message #83543] |
Fri, 24 October 2003 08:29 |
sameer_am2002
Messages: 129 Registered: September 2002
|
Senior Member |
|
|
What actually you want is to log wrong username and password.You can do one thing maintain users in your database.For e.g. Username and Password stored in the table User_Information. Then in On-Logon Connect with your main database user i.e. super user and provide one screen to user for entering username and password.This username and password you can validate with your User_Information table and on entering wrong username and password you can store it in your log table.Hope ths would help you.
|
|
|