How to establish LAN connectivity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • satyamparmar
    New Member
    • May 2014
    • 3

    How to establish LAN connectivity

    I have developed an application in vb.net with OleDb MS Database.
    I want establish LAN connectivity between 3 pc by this Application.
    So is it possible to run one PC as server and in another 2 pc , one can enter data?
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    ycould use TCP having one PC as a server and as many clients as you wish

    Comment

    • aleciagibbons14
      New Member
      • Jun 2014
      • 18

      #3
      maybe you can do that if your modem have many ports shared the internet connection then used that link above, it will works.

      Comment

      • software tools
        New Member
        • Jul 2014
        • 9

        #4
        You need a router connecting 3 PCs, then open a socket and listen to it and other PCs can send data to the socket.

        Comment

        Working...