CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Location
    Denham Springs, LA
    Posts
    15

    How to Share a folder

    Can someone please tell if it is at all posible how to make my program share a folder on a network.


  2. #2
    Join Date
    Apr 2000
    Location
    Dorado, P.R.
    Posts
    221

    Re: How to Share a folder

    I dont understand very well your question but if your trying to make a multi-user application the only thing that you have to do is in your program re-direct the drive where the database is in.

    example

    dbfexample.opendatabese(dr+"\folder\datafile")
    note: where dr is the letter of the server

    Please forgive my english syntax, my native language if spanish.

    If this is your problem and have any other questions you can send them to [email protected] a will be happy to help you.

    I made a application that works in multi-user mode with diferent machines connected by a network and it works well.


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