ironhide1975
Programmer
Ok this one has been driving me crazy for years. I know that you can't insert a double quote into SQL server because thats what forms the query, and a singular quote you need to double up on two in order to put that into database.
But say you had actual text with one double quote
such as...
this is a double quote "
How do you get that into the text field in a database? Is there any way at all using ASP classic?
But say you had actual text with one double quote
such as...
this is a double quote "
How do you get that into the text field in a database? Is there any way at all using ASP classic?