Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prevent Deleting Database & other files
Message
 
 
To
08/05/2001 11:42:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00504761
Message ID:
00504781
Views:
20
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform