E
Enjoy Life
Okay, with your guys' help, I have been able to pinpoint the problem.
It is NOT in the SQL statement.
The SQL is updating it just fine. It is in the following code on a
different page to modify the values.
<input type="text" name="ProductName" size="50"
value="<%=ProductName%>"></input>
Since there is a double quotation in the value of ProductName, the
value ends there. How do I go about this? This is my last post for
the day as I am out the door. I'll check back tomorrow.
Thanks for all the help so far, you guys are great!
-Darren
It is NOT in the SQL statement.
The SQL is updating it just fine. It is in the following code on a
different page to modify the values.
<input type="text" name="ProductName" size="50"
value="<%=ProductName%>"></input>
Since there is a double quotation in the value of ProductName, the
value ends there. How do I go about this? This is my last post for
the day as I am out the door. I'll check back tomorrow.
Thanks for all the help so far, you guys are great!
-Darren