From: Stefan Mahlitz Date: 2006-10-27T02:54:25+09:00 Subject: Re: Question about strings William Carpin wrote: > Okay, given the following string: > > "This is Will's string!" > > what I'm trying to do is replace the single-tick "'" character with a > backslash/single-tick "\'", so I can use use that string in a sql query. Can't you use the SQL-engine escape-method, if it exists? Stefan