Hi all, I have a search screen, which searches using firstname and lastname. It goes over to the server to run a query using either input. But, for a name like : O'neil (i.e. with single quote), my application falls over. Please, how do i escape single quote in a java.lang.String .... Code will also be appreciated Cheers. [ November 11, 2003: Message edited by: Gabriel Fox ]
I'd guess there's a good chance Java is having no problems but the database is because it uses single quotes around literal strings. So you need to find out what the database wants to escape single quotes. Maybe two of them in a row? Then look at String.replaceAll() if you're in JDK 1.4 or later. If you have an older JDK you may have to write your own replaceAll().
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
Did you ever grow anything in the garden of your mind? - Fred Rogers. Tiny ad:
Gift giving made easy with the permaculture playing cards