|
|||||||||||
|
RE: yet another injection question
From: David Cameron <dcameron(at)itis-now.com>
Date: Tue Apr 15 2003 - 21:01:29 EDT
I'm guessing we are talking ASP here from the fact that you are running SQL7, however this also applies to php.
<simplification>
With that in mind the error is going to come from one of two sources: 1. forgetting to set a value in the INSERT statement (hence defaulting to NULL), ie not enough columns in the VALUES (). 2. explicitly setting a value to NULL. Judging from the question I'd suggest 1. is more likely. That means that either in your proc or your generated SQL statement you have missed a column. That is you have not correctly mapped the fields from the HTML form to the columns of your database. This question is more suited to an asp (or php) mailing list, not a web application security list. I'd suggest looking into some of the lists that are out there. http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=asp+mailing+list
regards
> -----Original Message-----
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:50 EDT |
||||||||||
|
|||||||||||