hello,
I am using byte array to store values in it & then i am storing that
byte array into database using
st.setBytes(1,myBytearray);
while retreiving values it works fine if last byte value is not zero.
But if it is zero, i think,last value is not getting saved in database.
So there is problem while retrieving the values from database and it says that last byte is not available.
How can I solve this problem.It's very urgent.Plz help.