Hi,
I am new to Java and am trying to write a client/server app to remotley query a database. I need to send a ResultSet object returned from an SQL statement through an output stream into the client program, however i get an error message in the client program saying that the ResultSet is not serializable. How can i make it serializable?
Thanks in advance
I am new to Java and am trying to write a client/server app to remotley query a database. I need to send a ResultSet object returned from an SQL statement through an output stream into the client program, however i get an error message in the client program saying that the ResultSet is not serializable. How can i make it serializable?
Thanks in advance