C
comp.lang.java.programmer
Hello All,
I am using Sun's cacheRowSetImpl. When I try to serialize it, it
tells me that ResultSet is no serializable. I am using
populate(ResultSet, int) method to populate it.
The ResultSet is not stored as transient var, that is probably the
cause of not able to serialize the cachedRowSet. Please correct me if I
am wrong, and please let me know if there is any method to serialize
it.
Thanks,
Manish
I am using Sun's cacheRowSetImpl. When I try to serialize it, it
tells me that ResultSet is no serializable. I am using
populate(ResultSet, int) method to populate it.
The ResultSet is not stored as transient var, that is probably the
cause of not able to serialize the cachedRowSet. Please correct me if I
am wrong, and please let me know if there is any method to serialize
it.
Thanks,
Manish