Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ResultSet in Java.sql

Status
Not open for further replies.

surfmattie

Programmer
Oct 3, 2002
3
CA
My servlet receives a ResultSet and puts it into a serialized Object to be received byt the applet client through http tunneling and with a BufferedReader. If I parse my ResultSet in the servlet code, the applet text area only displays the first line of the results, which happens to be the metadata. Is there any way that I can parse it at the client end? still use a serialized object and recieve a ResultSet?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top