how secure any idea.

  • Thread starter Thread starter Naveed Pathan
  • Start date Start date
N

Naveed Pathan

hii to all of my friends

i have a problem i have designed a programe in ms access and now i want to
fully secure it and i don't want any body to ready the table or querries etc
structures i want to secure it stricly that nobody can get the idea ...

thankx in advance
 
Use a SQL-Server back-end for the data and require a long password (more
than 15 characters). The longer the password, the more secure it is.
 
that's ok but i don't know how to use sql server.
is it possible to do sort of coding in vba

thankx in advance
 
Depending upon which version of Access you have and which database format
you are using. There is only a password protecting an ACCDB/ACCDE, if you
have an MDB, you can use User-Level Security (which isn't 100% secure, but
works fairly well). Here's some information. Pay close attention to the
security FAQ. Read it several times and work on copies until you are
satisfied. If you are not careful, it will not be secure, or worse, you
could lock yourself out.

Security FAQ
http://support.microsoft.com/download/support/mslfiles/SECFAQ.EXE

Lynn Trapp's summarization:
http://www.ltcomputerdesigns.com/The10Steps.htm

KB articles:
http://support.microsoft.com/default.aspx?scid=KB;en-us;q165009
http://download.microsoft.com/download/access97/faq1/1/win98/en-us/secfaq.exe
http://support.microsoft.com/default.aspx?kbid=325261

Joan Wild's articles:
http://www.jmwild.com/security02.htm
http://www.jmwild.com/security97.htm
http://www.jmwild.com/SecureNoLogin.htm
http://www.jmwild.com/Unsecure.htm
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
 
Back
Top