TCP/IP Datasets

MayM

New member
Joined
Feb 22, 2011
Messages
1
Programming Experience
1-3
I have a project where my client would like a Dataset sent to another PC via TCP/IP (Database to PC and onwards to other PCs via TCP/IP).
I have managed to send strings via TCP/IP through various examples on the net, but unable to find a way of sending a complete Dataset. Can anyone help or advise ? Many thanks for any reply in advance. The dataset will be viewed on a Windows Form rather than a Web Page
 
DataSet.WriteXml may be used, it produces a xml formatted string.
 
mm.. i recall it can take a string filename or a stream to write to.. just provide the stream of the socket
 

Latest posts

Back
Top