[AccessD] Audit Trails

Stuart McLachlan stuart at lexacorp.com.pg
Mon Jul 20 00:12:13 CDT 2009


I said something similar right at the beginning of this thread. :-)

On 20 Jul 2009 at 10:04, Darryl Collins wrote:

> Agreed, This is exactly what I have been thinking all this thread.  We use triggers a lot for tracking changes (who, when, what etc) and they are great.
> 
> regards
> Darryl.
> 
> 
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Drew Wutka
> Sent: Monday, 20 July 2009 6:10 AM
> To: Access Developers discussion and problem solving
> Subject: Re: [AccessD] Audit Trails
> 
> I almost hate to suggest this Rocky, but if the audit trail is so important, why not look at a different backend.  SQL Server Express will let you use triggers, you setup a trigger for INSERT, UPDATE and DELETE for each table you want to audit.  Then you don't have to worry about what process is doing what, the database does the audit automatically.....
> 
> Like I said, this pushes the backend away from Access, but auditing is one feature of a server side database that is just makes more sense to do that there....
> 
> Drew
> 
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin
> Sent: Sunday, July 19, 2009 7:50 AM
> To: 'Access Developers discussion and problem solving'
> Subject: Re: [AccessD] Audit Trails
> 
> Gustav:
> 
> Storage space won't be an issue.  However, this implies an audit table for
> each table with userID and timestamp, yes?  It would seem the reporting
> would be a little more tricky because you'd have to go back to the previous
> audit trail record for a table to find the differences, no?
> 
> Rocky
> 
> 
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com
> [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Max Wanadoo
> Sent: Sunday, July 19, 2009 12:34 AM
> To: 'Access Developers discussion and problem solving'
> Subject: Re: [AccessD] Audit Trails
> 
> When you consider that last week I bought 1.5Tb HD for £110 sterling from PC
> World. Plugs straight into my usb port and comes up as 1.3Tb formatted.
> 
> I can make copies to my hearts content and never run out of space.
> 
> Max
> The information contained in this transmission is intended only for the person or entity 
> to which it is addressed and may contain II-VI Proprietary and/or II-VI Business 
> Sensitive material. If you are not the intended recipient, please contact the sender 
> immediately and destroy the material in its entirety, whether electronic or hard copy. 
> You are notified that any review, retransmission, copying, disclosure, dissemination, 
> or other use of, or taking of any action in reliance upon this information by persons 
> or entities other than the intended recipient is prohibited.
> 
> 
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 
> ______________________________________________________________________
> This email and any attachments may contain privileged and confidential
> information and are intended for the named addressee only. If you have
> received this e-mail in error, please notify the sender and delete
> this e-mail immediately. Any confidentiality, privilege or copyright
> is not waived or lost because this e-mail has been sent to you in
> error. It is your responsibility to check this e-mail and any
> attachments for viruses.  No warranty is made that this material is
> free from computer virus or any other defect or error.  Any
> loss/damage incurred by using this material is not the sender's
> responsibility.  The sender's entire liability will be limited to
> resupplying the material.
> ______________________________________________________________________
> 
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 






More information about the AccessD mailing list