J
|
Jane 8/28/2009 |
Hi, Set rstmp = dal.UsersTable.Query("ucase(UserName)=ucase('" & username & "') and Password='" & password & "'","") |
N
|
NigelEtienne author 9/1/2009 |
Hi, use BeforeLogin event to check entered password and change SQL query manually. Here is a sample: Set rstmp = dal.UsersTable.Query("ucase(UserName)=ucase('" & username & "') and Password='" & password & "'","")
|
![]() |
Sergey Kornilov admin 9/1/2009 |
I recommend to post your application to Demo Account (use 'Demo Account' button on the last screen in program). Then open a ticket at http://support.xlinesoft.com sending your Demo Account URL for investigation. |