| Author |
How to get the BLOB
|
gurusamy sengodan
Ranch Hand
Joined: Oct 13, 2005
Posts: 41
|
|
Hi, I have written the JDBC Code to get the field values from the Table. There is a BLOB field in that table. How to get the BLOB ? What is the return type we should use. I want to see the content of BLOB field via Java Code. Thanks in Advance
|
 |
Wei Dai
Ranch Hand
Joined: Jun 22, 2005
Posts: 81
|
|
>There is a BLOB field in that table. Usually you can use ResultSet.getBlob(...). For Oracle driver, you need some special code.
|
 |
 |
|
|
subject: How to get the BLOB
|
|
|