I am trying to create a transaction type of recorded data that I can play in another database.
For example, I collect an order on the system when I save that I want to “export” an sql script that I can run in another database to create the same order.
I am using NHibernate and I am trying to catch the sql query string for a save operation to save to a file, but without success.
source
share