Donate Share

SQL Audit

Code

Programming Languages: C#, PL/SQL

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@sqlaudit.cvs.sourceforge.net:/cvsroot/sqlaudit login

cvs -z3 -d:pserver:anonymous@sqlaudit.cvs.sourceforge.net:/cvsroot/sqlaudit co -P modulename

Show:

What's happening?

  • Log historical data, not current

    I need to log historical changes to personal details in a table but don't really care about insertions or deletions. I notice that the default trigger includes in it's update section something like: INSERT INTO [tablename_Audit] ([field1],[field2],[field3]) VALUES (@FIELD1, @FIELD2, @FIELD3) This logs the current value the data was changed to but I would prefer a...

    2009-10-01 17:24:28 UTC by evil666overlord

Our Numbers