Hmm, not that I know of. When I insert data into SQL Server, I have a special function that I wrote that looks for special characters and either replaces them with their HTML equivelant, or removes them entirely depending on the character.
What you *might* be able to do is create a similar function then run the results of your query through that function to replace all of your special characters.
Sorry that I can not be of more help.
"The one language all programmers understand is profanity."
|