JDBC ResultSet Serializable ??? - Mailing list pgsql-interfaces

From Markus Schlup
Subject JDBC ResultSet Serializable ???
Date
Msg-id Pine.GSO.4.02A.9809011458090.8188-100000@tardis-e2.ee.ethz.ch
Whole thread Raw
Responses Re: [INTERFACES] JDBC ResultSet Serializable ???  (Peter T Mount <peter@retep.org.uk>)
List pgsql-interfaces
Hi there

I'm working on a project which accesses postgreSQL through JDBC. There
is a servlet which does the JDBC stuff and an applet that should display
results.
My idea was that the servlet returns the result set object back to the
applet which then processes the data. But because the ResultSet class
(or better the interface for it) is not serializable I can't send it
back to the applet.
I'm wondering if it is possible to write some sort of wrapper around it
which is serializable or if i have to write a new class which takes the
results in the servlet and then is sent back to the applet.

Any ideas, hints ?

Thanks for help,
Markus


pgsql-interfaces by date:

Previous
From: Peter T Mount
Date:
Subject: JDBC Update
Next
From: Mark Fleming
Date:
Subject: ODBC interface