Is there any way to enable transaction logging in the format of SQL statements for committed transactions only ? In
otherwords, a way to log all the SQL statements (including START TRANSACTION and COMMIT statements) for all committed
modtype statements (INSERT UPDATE DELETE etc).
Thanks,
Omar