ResultSet on RMI
From: Frogman (rf3_at_rocketmail.com)
Date: 12/07/03
- Next message: Danny Woods: "Re: JAVA 2 JRE and Applets"
- Previous message: Knute Johnson: "Re: Fast 2D blitting and frame buffering"
- Next in thread: Tim: "Re: ResultSet on RMI"
- Reply: Tim: "Re: ResultSet on RMI"
- Reply: Anthony Borla: "Re: ResultSet on RMI"
- Reply: Manfred Rosenboom: "Re: ResultSet on RMI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 7 Dec 2003 12:05:20 -0800
I'm trying to pass the ResultSet object to an RMI client and I
realized that this will not work since ResultSet is not serializable.
I want to be able to take advantage of ResultSet capabilities using
RMI calls. What alternatives can I use? I can pass a 2 dimensional
string object representing columns and rows but this will be
complicated for developers to use.
Any suggestions are appreciated.
Thanks
- Next message: Danny Woods: "Re: JAVA 2 JRE and Applets"
- Previous message: Knute Johnson: "Re: Fast 2D blitting and frame buffering"
- Next in thread: Tim: "Re: ResultSet on RMI"
- Reply: Tim: "Re: ResultSet on RMI"
- Reply: Anthony Borla: "Re: ResultSet on RMI"
- Reply: Manfred Rosenboom: "Re: ResultSet on RMI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|