Authenticating user after DB is open

  • Thread starter Thread starter Brian Morris
  • Start date Start date
B

Brian Morris

Hello,
I want to have one user logged in and ask another user (the supervisor) to
enter his/her access password before I run a process in my app. Is that
possible?
Regards
Brian
 
Noooooooooo. Then someone could get the supervisor's password from the
table!

He needs to prompt the supervisor for his username & passwortd, then use the
dbengine.createworkspace() method to create a temporary workspace with that
name & password. If this *works*, the name & password were correct. If it
*doesn't*, the name &/or password are not correct. This method does not
require the supervisor's details to be stored within the database.

TC
 
Back
Top