Is it possible to sql inject this code?
- From: "Dixon" <vijaydixon@xxxxxxxxx>
- Date: 19 Jan 2006 01:20:22 -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
------------------------------------------------------------------------------------------------------------------------------------------------
.
- Follow-Ups:
- Re: Is it possible to sql inject this code?
- From: Dan Guzman
- Re: Is it possible to sql inject this code?
- From: Uri Dimant
- Re: Is it possible to sql inject this code?
- Prev by Date: Is it possible to sql inject this code?
- Next by Date: Re: Is it possible to sql inject this code?
- Previous by thread: Is it possible to sql inject this code?
- Next by thread: Re: Is it possible to sql inject this code?
- Index(es):
Relevant Pages
|
|