Results 1 to 4 of 4

Thread: client conencting to server

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    18

    client conencting to server

    Hi, I am using VB.NET.

    Beside I init a socket connection / HTTP to connect to the server, what other ways to connect to a remote system? What I mean is that on the server system i do not need to implement a socket server/HTTP server

    regards,
    gjianhui

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: client conencting to server

    There has to be something at the server end for you to communicate with. If you're using HTTP then presumably that will be the existing Web server.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    New Member
    Join Date
    Jun 2006
    Posts
    5

    Re: client conencting to server

    i wanna ask another question about the client connecting to server ..
    if i want connect the database in the local area network , what shoud i do with ADO ?
    or i need to install some other software for it ???
    i use MS access database
    thankx for reply!

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: client conencting to server

    If you're connecting to a fully-fledged RDBMS then that IS the server. In the case of access though, it's just a data file that the Jet engine on your machine opens a copy of locally to work on. You simply create a connection string that has the appropriate path for the MDB file and let Jet do the rest. Just make sure you're using ADO.NET and not ADO.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width