Hi,
I'm working on an Access database which eventually be connected to an
ODBC data source (probably postgres), but for now has an .mdb backend.
The idea is to use the password to authenticate with postgres when we go
to it. I'm using the ebCrypt library to md5 hash passwords and store
them hashed in a password table.
For the moment I would like to use this system to authenticate without
dealing with Access security. I have written functions that check the
password against the password table and set values showing who is
authenticated. The problem is that whenever an error is raised, if the
user chooses the End button, the "project" memory is cleared and the
user appears to no longer be authenticated. Can anyone tell me how to
make these values persist until Access is closed?
Thanks,
Eric
I'm working on an Access database which eventually be connected to an
ODBC data source (probably postgres), but for now has an .mdb backend.
The idea is to use the password to authenticate with postgres when we go
to it. I'm using the ebCrypt library to md5 hash passwords and store
them hashed in a password table.
For the moment I would like to use this system to authenticate without
dealing with Access security. I have written functions that check the
password against the password table and set values showing who is
authenticated. The problem is that whenever an error is raised, if the
user chooses the End button, the "project" memory is cleared and the
user appears to no longer be authenticated. Can anyone tell me how to
make these values persist until Access is closed?
Thanks,
Eric
Comment