Skip to content

Using DBFs from the server

FiveTech Software edited this page Jun 23, 2019 · 7 revisions

1. Create a new folder in /var/www

cd /var/www

mkdir test

chown www-data:www-data test

2. Place in /var/www/test your DBFs

chown www-data:www-data *

3. From your PRG do:

USE "/var/www/test/mydbf.dbf" SHARED // don't forget this to allow simultaneous users!!!

4. To check that you have properly done it, do this:

ls -l