Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
bool sasql_commit( sasql_conn $conn )
结束 SQL Anywhere 数据库上的一个事务,并使该事务期间所做的所有更改永久生效。仅当 auto_commit 选项为 Off 时才有效。
$conn 由连接函数返回的连接资源。
TRUE(成功时)或 FALSE(失败时)。