How to load all the resultset by the side of client?

Hello, everybody:

I would like to know how to load all the content of a resultset at the side of client with JDBC after executeQuery(..) as it does under ASP in the client mode. (That's to say: it does not need to obtain the content of the ResultSet from server any more. )

Thanks a lot!

[308 byte] By [lezhanga] at [2007-11-27 2:38:19]
# 1
No idea what your question means.But generally the database layer should extract data from a result set an put it in some collection. And return just the collection.
jschella at 2007-7-12 2:59:22 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...