by R.F. » Sat Sep 22, 2007 6:38 pm
Nop:
Hidding directories is a feature of ADS, this feature means that you don't have to share the data directories in your server in order to have full access to them via ADS.
In Xbase normally in order to have full access to your DBF data you need to share and give full access to the user (read and write), so, in your workstation the user can see the directory with the data, he can copy it, edit it with external tools, etc.
With ADS you don't need to share the folder with the data in the server because ADS is installed in the server and it works as the only authorized user to access the data.
Any way, you have to override the user rights to the directory, this is done with the AdsRightsCheck(.f.) function, with this function the ADS client program skips the security features of the server and have full access to the data.
Saludos
R.F.