How to access Blob and Clob data values from oracle thru java?

Showing Answers 1 - 1 of 1 Answers

sbarik

  • Apr 24th, 2006
 

U can do this by using the methods

getBlob(int i),getBlob(String col),getClob(int i),getClob(Strin col)

of the ResultSet

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions