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

    how to develop file sharing application for share the file from the other computers through the loca

    i want to know how to develop a file sharing application such like network neighborhood that share the file from the other computers through the LAN


  2. #2
    Join Date
    Oct 1999
    Location
    S.W. Wyoming
    Posts
    25

    Re: how to develop file sharing application for share the file from the other computers through the

    This may not be what you mean. But: the "Jet" database engine which comes with VB can easily share Access databases (and others, depending upon your installed drivers). Simply reference the file wherever it resides on the network and open the database. For example, if you have an Access database "MyDatabase.Mdb" which resides on \\John, and "Sarah's" computer has \\John mapped as drive "N:", then opening "N:\MyDatabase.Mdb" will open the database which resides on John's machine from Sarah's machine--and John may be using it as well. With the Jet engine, the sharing is automatic and nearly invisible. As I said, this may not be the point you were making. But maybe it will help.


    Reid Allen Robbins
    Green River, WY 82935

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