Re: com.mysql.jdbc.UpdatableResultSet.updateBlob gives AbstractMethodError



pjvleeuwen@xxxxxxxxx wrote:
Googling for UpdatableResultset updateBlob AbstractMethodError gets me
lost. Any help is well appreciated.

### stderr output ###
Exception in thread "main" java.lang.AbstractMethodError:
com.mysql.jdbc.UpdatableResultSet.updateBlob(Ljava/lang/String;Ljava/
io/InputStream;)V
at nl.vanleeuwenwilmot.housing.search.woonnet.app.Test.main(Test.java:
52)
######

What version of the MySQL JDBC driver are you using ?

I suspect an old version that does not have this method.

Arne
.