[thelist] parameters in classic asp

Casey aspnet at thecrookstons.com
Fri Nov 11 17:20:25 CST 2005


> So, I need to swap out "SELECT * FROM users WHERE userid = '" & user_id & 
> "'
> AND password = '" & password & "'"
>
> with parameters: "SELECT * FROM users WHERE userid = @userid AND password 
> =
> @password"


We're using ODBC if that makes a difference. 




More information about the thelist mailing list