how to secure adp project?

  • Thread starter Thread starter jaYPee
  • Start date Start date
J

jaYPee

anyone know how can i secure / compile or make it secure just like mdb
file to use a user level security?

thanks in advance...
 
Tools->database utilities->make ADE
note: if someone knows about the current project.connection and how to
access it, they can get the login and password.
 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You can only have database password "security" on an adp/e. The data is
secured by the security settings on the RDBMS (SQL Server, Oracle,
Sybase, etc.) you are using. By converting the adp to an ade you are
locking the VBA and design access to forms/reports.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQJ0Lx4echKqOuFEgEQL7gwCgpKDNno6e5bL3WQomRnFiT1xlPGYAoIDY
paufY49uU3S73FfS0GegqHB9
=15N2
-----END PGP SIGNATURE-----
 
Is this true even if you create a custom login form and in the
connection string specify 'Persist Security Info=FALSE'?

I thought that the using this setting prevents the password from being
stored in with connection.
 
Back
Top