This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Distributed Java and the fly likes ResultSet over a socket Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "ResultSet over a socket " Watch "ResultSet over a socket " New topic
Author

ResultSet over a socket

omar bili
Ranch Hand

Joined: Aug 13, 2004
Posts: 177
hi,i want to send a resultSet over a socket
a resultSet in not Serializable
what can i do ?
Peter den Haan
author
Ranch Hand

Joined: Apr 20, 2000
Posts: 3252
Would a CachedRowSet (see also here) work for you?

- Peter
 
jQuery in Action, 2nd edition
 
subject: ResultSet over a socket
 
Similar Threads
Socket reuse and security
Please HELP Socket Amateur!
How can I transfer Image between client and server side in RMI
My Data over The network
Using Java Socket, ServerSocket with C/C++