I am developing one Inventory project to sell by using C# and MS Access.
After sell this product, Client(or any other) may open the document and read it. I need to overcome this less secure.
I googled it and found solution that Password protection. But lot of tools there to breach this.
Finally I need to close all the ways for steal and view data.
Asked
Active
Viewed 123 times
0

arun
- 29
- 1
- 6
1 Answers
2
If you feel that the password protection feature of the Access Database Engine (ACE) does not offer a sufficient level of security against unauthorized "snooping" of the data then you really should consider using SQL Server instead of ACE as the back-end database.

Gord Thompson
- 116,920
- 32
- 215
- 418