Since JSQL Resultsets are forward only I would like to copy the data rather than make another round trip to the server
I tried some of the CopyObject routines suggested here but was unable to make them work with a ResultSet object.
Is there a simple way to save the data for each row as an object and access like I do the ResultSet or do I have to iterate through each of the fields and save them to a Type?
I am using SQL Server.
Thanks for your help.
I tried some of the CopyObject routines suggested here but was unable to make them work with a ResultSet object.
Is there a simple way to save the data for each row as an object and access like I do the ResultSet or do I have to iterate through each of the fields and save them to a Type?
I am using SQL Server.
Thanks for your help.