database password inaccessible from ADO?

  • Thread starter Thread starter Jack White
  • Start date Start date
J

Jack White

I am experimenting with database passwords in Access 2000 and see that it is
impossible to determine the password once the user authenticates
successfully as far as ADO is concerned. I need the password in order to
establish a shaped ADO recordset to the database in one my forms. I tried
accessing the password after successful autentication by querying both
CurrentDB.Properties("Password") or
CurrentProject.Connection.Properties("Password"). However both properties
return a null string instead of the database password.

How can I get the database password without prompting the user for it a
second time so that I can open a shaped recordset?
 
Back
Top