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.
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.