I am storing a lot of text into my mssql database.
Are there any special characters I should watch out for?
I think so far I've got ' covered.

Also, when I retrieved the string later on...
The ' is printed out with a \ in the front. How do I get rid of the \?
When I try to get a really long string and print it out on a website, it
tends to stop in the middle of the string.
Is this some sort of a limitation that I can change?

Thank you!

Reply via email to