Just noticed that LC has a revCommitDatabase and a revRollbackDatabase command but no command that issues an SQL BEGIN command. Not a big deal since I always use revExecuteSQL to execute BEGIN, COMMIT, and ROLLBACK statements but curious as to why there isn't a built in revLockDatabase command or something similar.