Click to See Complete Forum and Search --> : How to Share a folder


nekozboy
May 24th, 2000, 11:23 PM
Can someone please tell if it is at all posible how to make my program share a folder on a network.

adcomp
June 11th, 2000, 03:11 AM
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 adcomp@coqui.net 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.