Skip to Content
0
Former Member
Jan 22, 2009 at 03:10 AM

JDBC issue - not supported result set method

54 Views

Hi guys,

I created a java bean to query database and then return a java ResultSet. I loop through the ResultSet and confirmed there are data in there. However when passing the ResultSet to a report by calling

reportClientDoc.getDatabaseController().setDataSource(resultSet, "user" , "user");

I am getting the following error:

com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: JDBC Error: A not supported result set method. (7182)---- Error code:-2147467259 Error code name:failed 

Any help will be highly appreciated.

Thank you,

Henry