Hello,
I'm not sure where should i post this thread.
I
want to create a client-server application in a network. I will use
visual basic in visual studio 2005. In my system environment, I have 2
servers, i want to link from server A to server B and and retrieve its
database information.
I'm new to client-server application
environment. Is there anyone provide some source and helps to me. I'm
urgent to develop this before august 15 due date coming.
From an article i have read, it tell me to use winsock in vb 6.0. But i can't find any winsock in visual studio 2005.
I hopes this make sense and anyone could helps me.
Your helps would be appreciated.
smith

Client server
Aknght
In addition to what Spotty said, here are a couple of links:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/daag.asp
The following links from the best practices/PAG documentation may also be of interest. Even though they probably cover more than what you are looking for right now, there are a *lot* of very useful info here:
http://msdn.microsoft.com/practices/apptype/distapps/default.aspx
http://msdn.microsoft.com/practices/Topics/arch/default.aspx pull=/library/en-us/dnbda/html/boagag.asp
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/daag.asp
Best regards,
Johan Stenberg
terryrh
do a web search on ".net remoting".
This is the one of the technologies you can use to implement client server apps.