my site used to be written in php, but recently my server upgraded and now supports Chilisoft asp which makes my life a lot easier, but my database has a legacy problem from it's php background.
any ' or " symbol is prefixes with a slash thanks to PHP's built in addslash routine. This wasn't a problem as it also had a remove slash routine. The problem lies in the fact that I now have a database full of these things and I can't work out how to remove these slashes with ASP.