Java Transaction Logging samples

Please use the links below to view the description and specific instructions for individual samples in the following sub-directories:

tlogcheckpoint Demonstrates the method LogWriter.SaveSnapshot allowing to create a database snapshot and truncate the transaction log in a single operation
tlogdynamicpipe Demonstrates dynamically adding/removing reader pipes at runtime
tlogiterpipe Transfers the log through a pipe to another application and iterates the log on the reader side