Posted By:
John_Zhang
Posted On:
Tuesday, February 3, 2004 03:03 PM
since the java.sql.resultset is not Serializied,it's not able to sent through RMI.Sybase EAserver provied a a TabularResults.ResultSet to wrap resultset to make it serializable.
is there any other open source wraper work in the same way as TabularResults.ResultSet.what I need is sent result set in a Tabular format,but I don't want go through resultset and put values in an arrayList,it's take too much time to work through 2 dimention Tabular format resultset.