Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Prevent Deleting Database & other files
Message
 
 
À
08/05/2001 11:42:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00504761
Message ID:
00504781
Vues:
19
>Hi All,
>
> Can I lock-up my program folder & files from preventing user accessing the files in the folder (deleting,corrupting...whatever done to the file) but allowing my exe to run
>
>Thanks

Sure as long as your users do not need to add, edit or delete data. < g > Just make your data folder read-only. Otherwise, you have to go to a SQL backend for your data in order to get the security you are wanting [e.g., SQL Server, Oracle, etc].

The only alternative I can think of is to grant full access to the data to a single application UserID that is password protected AND unknown to your users. Then, in your app, login to that server using that UserID and password. During your app shutdown, logout that UserID. I can do this easily with Novell servers, but I am not sure about NT servers.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform