security..is there another way?

M

marianne2009

securing the database objects have different ways:

1. Password protect the database
2. Password protect the VB codes
3. Disable allowbypasskey
4. Make MDE file for versions 2003 and previous
5. ULS

MY PERCEPTION:

a. the simplest way to protect is by password protecting
b. Allowbypasskey diabling is a protection done by vb code
c. by making the MDE file, the forms, report, dap, macro, and modules
are locked thereby it cannot be opened for editing or for opening.
d. by making ULS, the objects are locked by access, I think this goes by
code again and we setup its password.

MY CONCLUSION:

Therefore, ULS is protecting the database objects thru CODE which the user
and permissions are the criteria in that code. So therefore, maybe there is a
way that we can make our own CODE to lock the database objects using the code
that ULS employs.

And I think our gurus here in this forum might help us out with that code.
Can we do this?
 
K

Keith Wilby

marianne2009 said:
MY CONCLUSION:

Therefore, ULS is protecting the database objects thru CODE which the user
and permissions are the criteria in that code. So therefore, maybe there
is a
way that we can make our own CODE to lock the database objects using the
code
that ULS employs.

And I think our gurus here in this forum might help us out with that code.
Can we do this?

No coding is required to implement ULS.

Keith.
www.keithwilby.co.uk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top