Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : idTcpClient and Streams
| Subject: | idTcpClient and Streams |
| Posted by: | "Kendrick" (kkendri..@harbornet.com) |
| Date: | Wed, 5 Dec 2007 13:08:31 |
I am using a idCmdServer and an idTCPClient. Asa response to a given command
the server will build a dataset, save it to a Tmemorystream and then inform
the client of the stream size. The client then asks for the stream and loads
it into a dataset on it's side. Only it is not working. I have looked in
both the help and Indy Indepth but am stuck at this point to even know that
the server is actually sending the stream. ANy clues would be most
appreciated.