|
-
Dec 25th, 2009, 08:26 PM
#1
Thread Starter
Junior Member
Sending Data Tables over TCP?
I have started my first client server application in VB.NET i have used some code from MSDN for a basic client server application which can send a string over the stream by converting it into bytes which is then retranslated at the other side.
It seems pretty simple so far however i need to be able to send more useful objects over the stream such as data tables from my sql server... Is there a way for me to convert my data table into bytes to be reconstructed at the other side?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|