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



pjvleeuwen@xxxxxxxxx wrote:
public static void main(String[] args)
throws MalformedURLException,
IOException, SQLException {
...
// write to DB
Connection con = null;
try {
Class
.forName(
"com.mysql.jdbc.Driver")
.newInstance();

Why are you creating a throwaway instance here?

--
Lew
.



Relevant Pages