I have a problem wherein if I have a text area in ASP.NET and enter 2 double quotes at the very end of the sentence, I get a error in my sql statement. I have traced thru the sql profiler but with no luck.
eg. The lazy fox jump over the dog”. This fails….
”The ‘lazy’ fox jumps over the dog. This seems fine
Any pointers most welcome
You should probably post the exact error message (and if possible, illustrative code). Also – note that with LINQ-to-SQL, you don’t need the sql profiler to see the trace: