Is it possible to sql inject this code?
- From: "Dixon" <vijaydixon@xxxxxxxxx>
- Date: 19 Jan 2006 01:18:48 -0800
Is it possible to sql inject this code?
-----------------------------------------------------------------------------------------------------------------------------------------------
ALTER PROCEDURE Sp_Login
(@username as nvarchar(100),@password as nvarchar(100))
AS
select count (*)from Tablename where Username=@username and
Password=@password
RETURN
-----------------------------------------------------------------------------------------------------------------------------------------------
.
- Prev by Date: Re: Decrypting from replicated table
- Next by Date: Is it possible to sql inject this code?
- Previous by thread: Re: SQLSAC command line parameters?
- Next by thread: Is it possible to sql inject this code?
- Index(es):
Relevant Pages
|
|