Sean Ferguson

Software Design EngineerExchange Hosted Services Archive

October, 2008

Posts
  • Sean Ferguson

    Preventing SQL Injection with Parameters: Caveats

    • 1 Comments
    I learned something interesting about SQL parameters today. In my C# code I was passing a comma separated string as a parameter to a stored procedure using SqlParameter, but it was allowing ' through unchecked causing havoc in the stored procedure. It...
Page 1 of 1 (1 items)