JDBC ResultSet Serializable ???

From: Markus Schlup <mcschlup(at)stud(dot)ee(dot)ethz(dot)ch>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: JDBC ResultSet Serializable ???
Date: 1998-09-01 13:07:36
Message-ID: Pine.GSO.4.02A.9809011458090.8188-100000@tardis-e2.ee.ethz.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message gefi 1998-09-01 15:36:42 ODBC Insight Distribution Systems ERROR
Previous Message Peter T Mount 1998-08-31 21:06:23 JDBC Update