Its a little more complicated ... but not too much..and has to be throughly planned
Do you have a server or a computer on the network where you can store the databases? If yes create a folder on the server and move all your databases in the folder, now give all your users read-write rights on the folder.
The first program in your app should set the path to the shared folder.
Convert your application to an executable and install on each users machine... Though the user could run your exe from the server, I would not recommend it, it would be slow.
Thats about it in a nutshell...
Especially if you put the database path into SET PATH as an additional path and users of the app don't have access to the DBC where it was (or still is) locally at your development machine that is all the dataenvironments need to find their tables. Because if they fail to find the dbc and dbfs in the embeeded paths, the tables are serched along the paths stored in SET("PATH").
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.