basically i got a text editor that will send possibly HTML tags to my table.
I'm using this text editor in my website http://www.tinymce.com/
But what if someone uses the ' character?
I have been searching for a way to allow users to enter VARCHAR type characters in my website. In mysql there is the escape string function. What is its alternative in sqlserver. I have been searching a lot... havent found what I am searching for so far.
Please help me out. Thanks ^_^