I need a stored procedure that can check to see if, on a login attempt, whether or not they are a valid user by sending the login and password to see if they match in the database. Is there a simple way to do this?
I need a stored procedure that can check to see if, on a login
Share
Without more information the best I can offer for the moment is:
Query amended based on your response – this will return the string ‘true’ or ‘false’ you could replace them with bit values 1 and 0 respectively if you prefer.