Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
executeQuery(sqlStr)(JDBC)を実行し、selectがによって書き込まれたBlob列を選択すると、この例外が発生します。java.sql.PreparedStatement.setBytes( someByteArray )
executeQuery(sqlStr)
java.sql.PreparedStatement.setBytes( someByteArray )
どういうわけかヘッダーを指定する必要がありますか?
ありがとうございました
これは通常、接続しているサーバーに対してクライアントjarが古すぎるなどの低レベルのプロトコルエラーを示唆しています。