Blob寫入文件錯(cuò)誤
student.class和student.hbm.xml和test.class中的Blob導(dǎo)入的都是java.sql.Blob
在寫入圖片文件時(shí)報(bào)Exception in thread "main" java.lang.AbstractMethodError: com.mysql.jdbc.ServerPreparedStatement.setBinaryStream(ILjava/io/InputStream;J)V
求解
student.class和student.hbm.xml和test.class中的Blob導(dǎo)入的都是java.sql.Blob
在寫入圖片文件時(shí)報(bào)Exception in thread "main" java.lang.AbstractMethodError: com.mysql.jdbc.ServerPreparedStatement.setBinaryStream(ILjava/io/InputStream;J)V
求解
2017-06-18
舉報(bào)
2017-06-18
已解決問題 mysql jdbc的驅(qū)動(dòng)版本太低 更換為5.1.41就可以了