Hi Curtis have a look at Indy at http://www.indyproject.org Search for version 10. It contains *everything* concerning servers and clients.
have fun Bob > > I am writing a client and server application. The application will have > a server on one machine which broadcast to all clients on a network. > > The broadcast information will be database data and some image files. > > My question is this,"What is the best approach to doing this"? > > I'm not sure if delphi native sockets can handle sending record or > objects across a network. I don't want to send all text using the sendtext > function in > delphi. > > r/Curtis.. >

