I've been working a lot with sockets, and was looking for a clever way to pack a dataset (like a TADOQuery) into a single string and stream it. I'm already very familiar with building packets, just very poor at data sets. There may be some way to convert it to a stream its self, and restore it back from a stream on the other end. Or when the dataset receives the data from the server, it must already be in some raw string format which I can re-direct through my sockets. Overall, I'd like to make sure it's as speedy as possible.
JD Solutions
JD Solutions