I get this exception when I run executeQuery(sqlStr) (JDBC) and my select selects a Blob column that was written by java.sql.PreparedStatement.setBytes( someByteArray )
Do I need to specify the header somehow?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This usually suggest a low level protocol error such as the client jar being too old for the server you are connecting to.