Results 1 to 4 of 4

Thread: Client Server Data Transfer

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2009
    Location
    Dhaka
    Posts
    18

    Client Server Data Transfer

    Hi, I want to data Transfer from client Computer to server Computer for that which way is better i dont know if any one suggest to me about that and also provide an example about that it may better for me

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

    Re: Client Server Data Transfer

    You should probably look at the TcpClient/TcpListener classes first. The MSDN Library has explanations and examples.
    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

    Thread Starter
    Junior Member
    Join Date
    Mar 2009
    Location
    Dhaka
    Posts
    18

    Re: Client Server Data Transfer

    Actually i want to transfer data (database) from client to server computer database. Here one server computer contain main database and many client pc share it.

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

    Re: Client Server Data Transfer

    It's always nice if you can provide all the relevant information in the first post.

    Can your application see both databases? If so then it's straight ADO.NET. You simply retrieve data from one database and then save it to the other. If you don't know how to use ADO.NET then you should check out the FAQ thread at the top of the Database Development forum. It provides links to various useful resources. Some of the code examples will be VB.NET but the principles are the same. One of the resources is a CodeBank thread of mine, which I have provided in both VB and C#. You can find that same thread by following the CodeBank link in my signature.
    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