Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stopping operator from emaling tables
Message
De
19/02/2010 16:29:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01449961
Message ID:
01449977
Vues:
47
If this was *nix, then I'd say simply set the owership of the program file and the data to those of a priveleged user. The permissions on the data files can then be set so that privleged user can access them, but not standard user. Then set the setuid bit attribute for the program (so that when it is run it runs with the identity of the priveleged user who can access the data)... Of course since it's likely we're talking about Windows this isn't going to help much... ... at least not directly...

Have you considered using SQL server as the backend? In such a configuration it's possible to configure things so that user doesn't have direct access to the data (as would be the case with DBFs), but still be able to access it from within the program. Of course this generally means you'll need to make changes to your program... You could likely even use the Express edition of MS-SQL.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform