Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getBytes Method

Status
Not open for further replies.

SON1

Programmer
Nov 21, 2004
51
CY
I have a column type clob in a table,
I need the data in my javao bject as byte[]

I am trying to get the data as rs.getBytes(1);

but instead i am getting the error : java.sql.SQLException: Unsupported feature

Is it something i am doing wrong, or i must conver the data somehow, and how do i do that ?

many thanks

C.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top