Results 1 to 7 of 7

Thread: Send data from one computer to another

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Location
    Bangladesh
    Posts
    106

    Send data from one computer to another

    I am devloping a project with vb6.0 and access I have a data base file and i want to enter something in the data base from another computer.
    this computers are in long distance and both are connected with internet.
    now i want to enter some data in the computer from another by internet Is it possable?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Send data from one computer to another

    If all of your computers, regardless of their location, can connect and write to the same database file, I don't see why there would be a problem.

  3. #3
    New Member
    Join Date
    Feb 2005
    Posts
    4

    Re: Send data from one computer to another

    ADO or winsock.

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Send data from one computer to another

    and you need to tweak (and have) IIS on the computer that you want to connect to. otherwise, you could use remote control software.

  5. #5
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Send data from one computer to another

    Quote Originally Posted by rumy
    I am devloping a project with vb6.0 and access I have a data base file and i want to enter something in the data base from another computer.
    this computers are in long distance and both are connected with internet.
    now i want to enter some data in the computer from another by internet Is it possable?
    If you take a look

    http://www.vbforums.com/showthread.php?t=319832

    There are some links to starting off in winsock which is how you can send data from one pc to another

    Pino

  6. #6
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Send data from one computer to another

    But you still have to connect to the database.

  7. #7
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    I bet u need a fusion powered shuttle to reach my place...
    Posts
    963

    Re: Send data from one computer to another

    A Client-Server approach will do.
    The client is the remote PC that's going to manipulate the data.
    The server will be the PC with the database.
    So the client app will connect to the server app. The server app will
    manipulate the database based on client app's command.
    But this is an indirect manipulation.
    To connect to the database instead of using a client-server approach, you've
    to setup the IIS for a database.
    ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
    Programming is fun, but only if you're not on a tight deadline
    So I consider all those working engineers sad people

    VB FTP class
    3 page PHP crash course
    Crash Course on DX9 Managed with VB.NET covering basics till terrain creation

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