문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top