Hi, I have a field in Database which is of CHAR(11) type. I am using prepared statement to set parameter value in this field in Java in DAO class. I used setString method of prepared statement for this purpose but i didnt get any success in it. Can any one help me which prepared statement method should I use to set ...