Hi All
I got my problem resolved[
]
First of all I am sorry I had mesed up with my post. As I can not post my original code due to company policy I had to put it in the form of A,B,C.... and my post got messed up.
Anyways problem was with data conversion.
There is one column of my table it datatype is declared as CHAR(3). The value I was passing to Getter method in my accessclass was "A". When I was doing rs.setString(parameterint,"A"). It was not taking value A as the size is for 3 character so in my query i had to use rpad(?,3) function.
After that it worked perfectly fine
Thanks
Suhem