CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2004
    Posts
    17

    Smile New VB6 Networking Question

    Hi guys! i'm new with this networking... i dnt know how to start... but im interested... i'm using vb6. how can i send data or save data to other computer using access database...? can u give some example on how to create? and what tools i'm goin to add... thanks!

  2. #2
    Join Date
    Mar 2005
    Posts
    2

    Re: New VB6 Networking Question

    If you are asking how to read/write files between two computers that are on a LAN (Local Area Network) and the disk volumes you need to access on the other computer are "mounted" on your computer's filesystem (as remote drive), you can use the VB File functions. Just specify the drive letter for the remote drive and the path you want to access on it.

  3. #3
    Join Date
    Nov 2002
    Posts
    42

    Smile Re: New VB6 Networking Question

    if you want to access the database(ms access ) you can use adodc. this will allow you to access database even if it is on another pc. you can use this a bounded to or unbound. You can use this to connect on the database.
    BandiT

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

Featured