I have a database that is using an audit table that logs the machine and
user to each record change. My problem is that more than 1 user uses the
same login, (this will not change!) hence the audit trail is valueless whn
trying to identify an individual.
I need a login form that will validate a user against a stored table of
passwords and then add that username to any audited entries made during that
session.
Any ideas to solve this are most welcome.
Thanks
Diverdon
user to each record change. My problem is that more than 1 user uses the
same login, (this will not change!) hence the audit trail is valueless whn
trying to identify an individual.
I need a login form that will validate a user against a stored table of
passwords and then add that username to any audited entries made during that
session.
Any ideas to solve this are most welcome.
Thanks
Diverdon
Comment