Thursday, June 19, 2008

[JDBC] JDBC and Blobs

Hi,

I have a field in my database table of type OID which is suppose to be used to store binary data. I plan on using the setBlob and getBlob methods for storing and retrieving entries from the table. Is that the right way to proceed? If I delete a row in that table , will it delete the binary data as well from the database server?

cheers

/Dev

No comments: