VladimirAb
Technical User
Hi guys!
I use SQL Server 2000 + Access project (front-end).
I need to protect my database window & data tables contents.
So far I am setting the folloing properties to false prior to distributing adp-s to users
=
AllowSpecialKeys, startUpShowDBWindow, AllowBreakIntoCode
AllowBuiltInToolbars, AllowBypassKey
=
The main question is:
1. Is there anything else I can do to be sure that Users are not able to see database window, tables etc. through my adp.
+ 3 more general questions:
2. Is adp easy to hack? Any measures to prevent it?
3. Any tips re SQL Server+adp security will be appreciated.
4. Is it a good decision to use adp as front-end, or it'd better to use something else?
Many thanks in advance,
Vlad
I use SQL Server 2000 + Access project (front-end).
I need to protect my database window & data tables contents.
So far I am setting the folloing properties to false prior to distributing adp-s to users
=
AllowSpecialKeys, startUpShowDBWindow, AllowBreakIntoCode
AllowBuiltInToolbars, AllowBypassKey
=
The main question is:
1. Is there anything else I can do to be sure that Users are not able to see database window, tables etc. through my adp.
+ 3 more general questions:
2. Is adp easy to hack? Any measures to prevent it?
3. Any tips re SQL Server+adp security will be appreciated.
4. Is it a good decision to use adp as front-end, or it'd better to use something else?
Many thanks in advance,
Vlad