Posts by Leonardo Feijó • 1 point
1 post
-
0
votes0
answers81
viewsQ: Using Store Procedure for User Authentication
I have the following Store Procedure in my Mysql database, SP_Autentica: BEGIN SET @id = (SELECT ID FROM userdata WHERE Username = user AND Password = pass); END In the ASP code, conn.asp:…