Turning transaction logging on or off (sys.Logging)ΒΆ

sys.Logging,,i1

Determines if transaction logging is on

May be set to ON or OFF, to turn the transaction logging system on or off. Transaction logging stores records of all updates to Sculptor keyed files, enabling recovery of corrupted data and, on multi-tasking systems, database mirroring.

The default state of sys.Logging at the start of a program is ON. Transaction logging only takes place if it is enabled for the system.


RELATED TOPICS

begin()

commit()

rollback()