Hi. I'm new to using winsock, but not to VB. I've found (and used) lots of code to make the winsock server and client. But, I can't find anything on the actual data transmission between client and server. Are there any help, tips, tricks, tutorials, etc., that you'd recommend?

So far, it looks to me like you just embed all you want to send in a string, decode it on the other end, jiggle it, re-string it, then send it back. Is that about it?


My server will be using ADO with a SQL Server 2000 backend.

So, any advice will be much appreciated!

Alf