Ask a Question related to ASP Database, Design and Development.
-
Aaron Bertrand - MVP #1
Re: SQL - Updating Empty Text Field is enterring -1
> "Update [Website Settings] set userid = '" & REquest.form("userid") &
Response.write this to the screen, instead of executing it, and examine the> "' and repid = '" & Request.form("repid") & "' where " & var1 & var2
> & var3
result.
Aaron Bertrand - MVP Guest
-
#39134 [NEW]: PHP + FreeTDS 0.64 crashes when TEXT field with empty string encountered
From: jr-phpbugs at cedric dot unob dot cz Operating system: linux (irrelevant) PHP version: 4.4.4 PHP Bug Type: MSSQL... -
Dynamic removal of text if field is empty using PHP
I have a mySQL database which has some fields which may, or may not be empty. I wish to display them in the following way using PHP:- Result 1;... -
Radio btn makes text field equal value of different text field
What I am trying to do is when someone clicks on the YES radio button I want the text field called MYTEXT to equal the text field named DATE. The... -
Updating a text field in SQL Server 2000
I am trying to write some code that inserts or updates a text field in my SQL Server 2000 database. The SQL statement is created using a submit... -
Updating part of the text in an NTEXT field
SQL Server Version - 7 Table - Pages Field - Content Hi, I need to update an ip address in an ntext field. I have looked at UPDATEXT, the... -
Erland Sommarskog #2
Re: SQL - Updating Empty Text Field is enterring -1
[posted and mailed, please reply in news]
Scott Hoff (SHOFF@FIRSTHEARTLAND.COM) writes:If that is all that happens, consider yourself lucky. A malicious> However, when I update the empty fields in this table it places a -1
> into the field rather than the enterred value.
>...
> "Update [Website Settings] set userid = '" & REquest.form("userid") &
> "' and repid = '" & Request.form("repid") & "' where " & var1 & var2
> & var3
user could use the above for SQL intrusion, and SQL Server to execute
commands you sure did not intend him to. For a starter, enter
O'Brien in userid.
--
Erland Sommarskog, SQL Server MVP, [email]sommar@algonet.se[/email]
Books Online for SQL Server SP3 at
[url]http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp[/url]
Erland Sommarskog Guest



Reply With Quote

