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!

