Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UltraLite C++ API 不支持 AutoCommit 模式。事务必须显式提交或回退。
执行 Conn->Commit 语句。
请参见Commit 函数。
执行 Conn->Rollback 语句。
请参见Rollback 函数。
有关 UltraLite 中事务管理的详细信息,请参见UltraLite 事务处理。