How to disable the Importing functionality from my database?

accesser2003

Registered User.
Local time
Tomorrow, 00:59
Joined
Jun 2, 2007
Messages
124
How can I disable any one from importing objects from my database?
 
Create an MDE, but they'll still be able to get queries and tables.

Hiding all objects may work, but I'm not certain.
 
Create an MDE, but they'll still be able to get queries and tables.

Hiding all objects may work, but I'm not certain.

Access MDBs just aren't secure.
 
A kinda sneaky way to make them disappear from the casual user is to prepend the name of everything with "usys". It is difficult to find objects that start with "usys" and thus, it is harder to "export" them.

If you combine this with the MDE idea and setting a password on your code, it will be very difficult for anyone to hack your stuff (it can still be done, if the reward for the hacker is great enough).
 
Or just deny them the permissions using User Level Security.
 

Users who are viewing this thread

Back
Top Bottom