Hi Jim,
its basically a login page, two types of customers trying to access one single login, say type A,typy B customers.
when tpye A customer try to login, i will be using first select statement which takes username/password and returns back the record, if this query returns nothing than i try for the second statement assuming that this is type B customer, if it matches than return back the record.
it works very fine in Query Analyzer but through ASP page its not,
it is working fine for the first type A , i beleive its only referring to the first select statement all the time.
if this is not cleared, i would than try to post my code then
.
thanks much
ibs
|