If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Upload file to DB2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-10-03, 11:32
deepavinod deepavinod is offline
Registered User
 
Join Date: Jan 2003
Posts: 7
Upload file to DB2

Hello!

Does any have example code/links for code which would upload a file to DB2?
The code I have written gives the error:
java.lang.AbstractMethodError: COM.ibm.db2.jdbc.net.DB2ResultSet.getBlob(I)Ljava/sql/Blob;

I have been unable to find the reason for this.

Thanks.
Deepa
Reply With Quote
  #2 (permalink)  
Old 02-12-04, 04:59
retodb retodb is offline
Registered User
 
Join Date: Feb 2004
Posts: 1
Cool same problem

Hi,

I receive the same error when reading a file stored as blob from db2 6.1. Did you solve the problem by now and got some good hints?
thanx reto
Reply With Quote
  #3 (permalink)  
Old 02-12-04, 09:58
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Re: Upload file to DB2

Quote:
Originally posted by deepavinod
Hello!

Does any have example code/links for code which would upload a file to DB2?
The code I have written gives the error:
java.lang.AbstractMethodError: COM.ibm.db2.jdbc.net.DB2ResultSet.getBlob(I)Ljava/sql/Blob;

I have been unable to find the reason for this.

Thanks.
Deepa
DB2 Application Development Guide contains a number of examples of how to work with BLOBs. You can find a link to the documentaion in the "Useful DB2 stuff" topic on top of this discussion.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On