grabbing quotes web screen

United States
July 23, 2009 11:33am CST
Just so you know this isn't about grabbing stock quotes. Say for instance you have an asp.net program, kinda like this mylot start a new discussion on mylot form. Notice how I typed the word isn't. Now assume you have an sql-server database to hold the information I just typed. For example insert into discussion (subject, details) values("'" + v_subject + "'", "'" + v_details + "'") this won't work if v_details contains another ' in it.
No responses