Unable to set string in prepared statement
807606Apr 30 2007 — edited Apr 30 2007Hi all,
I just want to set an string to a prepared stmt.
the setting string is in the format..... the integers with comma saparated....
str="23,55,22"
ps.setString(1,str)
The prepare statement is taking only the first integer... i.e. 23
can any one help me out..........
thanks in advance,
prakhyath