replace single quote with double quote with replace function
I am working with one apex page, which contain a text box as a filter. If i put single quote and search then i am getting the error saying that parse error.
For this i want replace single quote with double quote so that query should be perfect. and apex should show the result.
Can any one provide the query for the same which will replace the single quote with double quote.
Edited by: Santhosh Kumar T on Sep 15, 2008 5:13 AM