Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
As applet's limitation of connenting a database directly, I use a servlet in the middle on the web server. the servlet can run a query statement and get the result. But the resultset can't be serialized, I want to know how I can transfer it to the applet, Is there a simple method that need not to create a similar class as ResultSet able serialized?
Replies: |
Sponsored Links
|