Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Mike1500 #1
Creating an audit trail
Hello All,
I have a form in an intranet environment and I'm wondering how I can create an
audit trail. The information I want to track is listed below. Please let me
know how i can perform this task. Any advice would be greatly appreciated.
Thanks.
- UserID of the person who submitted the form
- The time the form was submitted
Operating System: Windows 2000
Language: ASP
Database: SQL Server
Mike1500 Guest
-
audit trail
Hi, I'm building an audit trail for a web app using MS-Access. The way I'm doing it now is by adding fields like 'LastUpdated', 'UpdatedBy',... -
Breadcrumb trail and creating includes
HI I have a website where my breadcrumb trail uses PHP includes to resuse links. How can I enable Contribute users to have the ability to edit... -
coldfusion 5.0 trail
Hi, please help me find where can i get the Coldfusion Server 5.0 Free Evaluation version. Thanks, RajyaLakshmi. -
Dragging trail
Hello, I know this is probably something very basic, but in previous versions if you were dragging text for precise placement, your text would... -
creating procedure for audit table
Thank's Jonathan, I just sorry for my late reply, i just back from my summer vacation. Honestly, i not so good with informix procedure. Maybe you... -
CarlGrint #2
Re: Creating an audit trail
You do not mention if the users are logged in and if so how they are logged in.
If you yours log in first, then you can simply add a hidden field and assign
the UserID from your recordset, filtered on the login username.
Regarding the time, simply set the Date/Time column in SQL server to have the
default value of getdate() and the database will do this for you.
If you can let us know the way your users are logging in we should be able to
give you more information regarding the UserID.
Originally posted by: Mike1500
Hello All,
I have a form in an intranet environment and I'm wondering how I can create an
audit trail. The information I want to track is listed below. Please let me
know how i can perform this task. Any advice would be greatly appreciated.
Thanks.
- UserID of the person who submitted the form
- The time the form was submitted
Operating System: Windows 2000
Language: ASP
Database: SQL Server
CarlGrint Guest
-
Mike1500 #3
Re: Creating an audit trail
Thanks for the quick response CarlGrint, the users will be logged in via
Windows Authentication. The way the form is now anyone could view submit an
entry, which I would like to change if possible. Thanks.
Mike1500 Guest
-
Mike1500 #4
Re: Creating an audit trail
Thanks for the quick response CarlGrint, the users will be logged in via
Windows Authentication. The way the form is now anyone could view submit an
entry, which I would like to change if possible. Thanks.
Mike1500 Guest
-
CarlGrint #5
Re: Creating an audit trail
If they log in via Windows auth, then you are only at the best going to be able
to grab the username they have logged in as, no ID number wise.
I believe their is a way to grab this, if you search this forum I have seen a
number of question and answer on this subject.
Originally posted by: Mike1500
Thanks for the quick response CarlGrint, the users will be logged in via
Windows Authentication. The way the form is now anyone could view submit an
entry, which I would like to change if possible. Thanks.
CarlGrint Guest



Reply With Quote

