Im currently creatin a multiclient+server application that
access DB and returns a set of data to the client.
Im just askin how can i send a resultset data back to the client for
display. The scenario is that the client is askin for a list of
stock available from the server and the server is gonna process
query statements and send the data back. I now that the object has
to be serialised and that there may have to be a vector to send the
data through, but im having problems on how to implement it. Also
the server has to cater for multiple clients. If someone could
please provide a link or sample code itll be much appreciated.