DB2Problem
Programmer
Hello,
I have a java program and i am passing parameters
For Example -
paramName = "ABC & DEF";
when I am getting the values from the parameter. It is shown as
"ABC"
Please advise, I tried to encode it using URLEncoder.encode("string") BUT it did not work
Thanks,
I have a java program and i am passing parameters
For Example -
paramName = "ABC & DEF";
when I am getting the values from the parameter. It is shown as
"ABC"
Please advise, I tried to encode it using URLEncoder.encode("string") BUT it did not work
Thanks,