I am currently programming a client/server application and now am to the point where I need to send data back and forth from server to client (and vise versa). The server basically is the middle man between the client and a MySQL database. I would like the server to return a recordset and transfer that recordset over my data stream where the client can grab the recordset again and do what is needed. My question is how do I accomplish this? Do I need to serialize the recordset first and then send it? Do you have any examples?
Thanks
Thanks