Re: com.mysql.jdbc.UpdatableResultSet.updateBlob gives AbstractMethodError
- From: Dyreatnews@xxxxxxx
- Date: Tue, 02 Oct 2007 19:00:56 +0200
"pjvleeuwen@xxxxxxxxx" <pjvleeuwen@xxxxxxxxx> writes:
Hi all,
I'm quite new to all jdbc, but so far working with resultset's over
SQL seemed easy so far, but I'm having some problems writing a blob to
the database.
What I try to do is two steps:
1. read an image from the web and write it to a blob
2. read the blob and display it as an image
I did the same thing before without trying to write to the blob, but I
want to store the images in DB because the only stay on the web for a
couple of weeks.
Googling for UpdatableResultset updateBlob AbstractMethodError gets me
lost. Any help is well appreciated.
Why do you have to use an updatable result set to store the blob? Why
can't you use an ordnary update statment?
I don't know if MySQL supports updatable result sets with blobs, (it
probably does) but why make things more complicated than necessary...?
--
dt
.
- Follow-Ups:
- Re: com.mysql.jdbc.UpdatableResultSet.updateBlob gives AbstractMethodError
- From: pjvleeuwen@xxxxxxxxx
- Re: com.mysql.jdbc.UpdatableResultSet.updateBlob gives AbstractMethodError
- References:
- com.mysql.jdbc.UpdatableResultSet.updateBlob gives AbstractMethodError
- From: pjvleeuwen@xxxxxxxxx
- com.mysql.jdbc.UpdatableResultSet.updateBlob gives AbstractMethodError
- Prev by Date: Re: com.mysql.jdbc.UpdatableResultSet.updateBlob gives AbstractMethodError
- Next by Date: Re: com.mysql.jdbc.UpdatableResultSet.updateBlob gives AbstractMethodError
- Previous by thread: Re: com.mysql.jdbc.UpdatableResultSet.updateBlob gives AbstractMethodError
- Next by thread: Re: com.mysql.jdbc.UpdatableResultSet.updateBlob gives AbstractMethodError
- Index(es):
Relevant Pages
|