| 1. | Autocommit and autorollback in update 更新中自动提交和自动回滚。 |
| 2. | Rolling back dead transactions as part of smon recovery . this phase is called transaction recovery Smon自动回滚失败的事务。这个阶段叫事务恢复。 |
| 3. | The automatic rollback only happens if you initiate the transaction via pdo : : begintransaction 只有在通过pdo : : begintransaction ( )启动事务的情况下,才会发生自动回滚。 |
| 4. | If the transaction is aborted or the connection is closed before the transaction has completed , it is automatically rolled back 如果在事务完成之前事务中止或连接关闭,事务将自动回滚。 |
| 5. | After set xact abort on is executed , any run - time statement error causes an automatic rollback of the current transaction 在执行set xact _ abort on语句后,任何运行时语句错误都将导致自动回滚当前事务。 |
| 6. | I think this is rather inconsistent , that system exceptions cause automatic rollback while application exceptions specifically do not 我认为这是非常矛盾的,系统异常引发了自动回滚而应用程序异常不能。 |
| 7. | Specifies whether sql server automatically rolls back the current transaction when a transact - sql statement raises a run - time error 指定当transact - sql语句出现运行时错误时, sql server是否自动回滚到当前事务。 |
| 8. | If the application does not create a transaction , the internal transaction corresponding to the current batch is automatically rolled back 方法。如果应用程序没有创建事务,则将自动回滚对应于当前批处理的内部事务。 |
| 9. | When the batch completes , if the batch - scoped transaction is not committed or rolled back , it is automatically rolled back by sql server 当批处理完成时,如果批范围的事务还没有提交或回滚, sql server将自动回滚该事务。 |
| 10. | When the script ends or when a connection is about to be closed , if you have an outstanding transaction , pdo will automatically roll it back 当脚本结束时,或者当一个连接即将被关闭时,如果有一个未完成的事务,那么pdo将自动回滚该事务。 |