how to secure adp project?

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...
 
B

BJ Freeman

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.
 
M

MGFoster

-----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-----
 
A

Adam Bunter

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.
 

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