Does your database not provide an audit facility?
________________________________ From: Damien McCarthy [mailto:[EMAIL PROTECTED] Sent: Freitag, 23. März 2007 12:09 To: [email protected] Subject: RE: Logging SQL statements Hi There Kiryl, I'd suggest looking at http://sourceforge.net/projects/p6spy/ which can be used in conjunction with Ibatis to provide this functionality without any changes to your ibatis configs. Damien From: K1RUHA [mailto:[EMAIL PROTECTED] Sent: 23 March 2007 10:59 To: [email protected] Subject: Logging SQL statements Hello. I'd like to use iBATIS in our project, but I have one requierent, that I don't know if it supports. I need to log SQL statements that modify database (UPDATE and DELETE) into separate file. So I need some approach to get these statements in my Java code. Would you mind tell me if iBATIS can do this? Thanx, Kiryl ________________________________ View this message in context: Logging SQL statements <http://www.nabble.com/Logging-SQL-statements-tf3453072.html#a9632495> Sent from the iBATIS - User - Java mailing list archive <http://www.nabble.com/iBATIS---User---Java-f370.html> at Nabble.com. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
