| Author |
how to deal with the special character in java and oracle!!!
|
Geoffrey Ren
Greenhorn
Joined: Nov 25, 2002
Posts: 18
|
|
when I got the user inputting. For example, user input the value "test's"/"test&s"/"test\s". How to insert the value into oracle DB by jdbc. Thanks for you reply!
|
 |
John Dunn
slicker
Ranch Hand
Joined: Jan 30, 2003
Posts: 1108
|
|
<< "test's"/"test&s"/"test\s" >> try this from java: str = "/"test's/"" + "/" + "/"test&s/"" + "/" + "/"test\s/"";
|
"No one appreciates the very special genius of your conversation as the dog does."
|
 |
 |
|
|
subject: how to deal with the special character in java and oracle!!!
|
|
|