Hi Experts,
I am using login mechanism in my currently developed software but i am confused to use the SQL query for login attempt.
SELECT * FROM <tablename> WHERE id="<login>" AND password="<pass word>";
Now tell me how to check that whether any value come in dataset in result of the above query.
Thanx.
I am using login mechanism in my currently developed software but i am confused to use the SQL query for login attempt.
SELECT * FROM <tablename> WHERE id="<login>" AND password="<pass word>";
Now tell me how to check that whether any value come in dataset in result of the above query.
Thanx.
Comment