RE: returning a resultset

2002-04-03 Thread Newman, Scott
Ah, I see.  No big deal.  Thanks for the answer. Newman   -Original Message- From: Walden Mathews [mailto:[EMAIL PROTECTED]] Sent: 03 April, 2002 11:55 AM To: '[EMAIL PROTECTED]' Subject: RE: returning a resultset   A ResultSet contains a connection so that you

RE: returning a resultset

2002-04-03 Thread Walden Mathews
A ResultSet contains a connection so that you can update the database through it. That connection makes the RS "not serializable", so it's illegal to send it across the net no matter what protocol you use. -Original Message-From: Newman, Scott [mailto:[EMAIL PROTECTED]]Sent: W