RMI and JDBC-objects - Mailing list pgsql-jdbc

From Dino Cherian
Subject RMI and JDBC-objects
Date
Msg-id 20011123122438.55092.qmail@web21007.mail.yahoo.com
Whole thread Raw
List pgsql-jdbc
Hi

I have an RMI server where the database related methods are
implemented and the necessaary interfaces are in the RMI client.

How should I pass the ResultSet object to the client from the
database server. Should I pass it using an array or just as the
resultset object ?

which method is more efficient and safer?

Thanks
Dino Cherian

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

pgsql-jdbc by date:

Previous
From: Graham Leggett
Date:
Subject: "Unable to fathom update count" - what does it mean?
Next
From: Dino Cherian
Date:
Subject: How to pass ResultSet in RMI ?