| 1. | Autocommit and autorollback in update 更新中自动提交和自动回滚。 |
| 2. | When off , it returns the connection to autocommit transaction mode 如果设置为off ,则使连接恢复为自动提交事务模式。 |
| 3. | In autocommit mode , all individual statements are committed if they complete successfully 在自动提交模式下,所有单个语句在成功完成时将被提交。 |
| 4. | For example , a select statement is issued with autocommit off and before commit or rollback is issued 例如,在自动提交完成后,在commit或rollback发出之前,发出一个select语句。 |
| 5. | Describes the two types of transactions supported by : sql server 2005 mobile edition : explicit and autocommit 介绍sql server 2005 mobile edition支持的两种事务类型:显式事务和自动提交事务。 |
| 6. | When sql server is running in autocommit mode , each individual sql statement is a transaction and the locks are freed when the statement finishes Sql server在自动提交模式下运行时,每个sql语句都是一个事务,并在语句结束时释放锁。 |
| 7. | By default , transactions in http soap sessions operate in autocommit mode where all individual statements are committed if they complete successfully 默认情况下, http soap会话中的事务以自动提交模式运行,在这种模式下,各条语句都会在成功完成后提交。 |
| 8. | The create database statement must run in autocommit mode the default transaction management mode and is not allowed in an explicit or implicit transaction Create database语句必须以自动提交模式(默认事务管理模式)运行,不允许在显式或隐式事务中使用。 |
| 9. | The alter database statement must run in autocommit mode the default transaction management mode and is not allowed in an explicit or implicit transaction Alter database语句必须在自动提交模式(默认事务管理模式)下运行,且不允许用于显式或隐式事务中。 |
| 10. | By executing multiple requests in autocommit mode using multiple active result sets mars , it is possible to have more than one active transaction on a single session 通过使用多个活动的结果集( mars )以自动提交模式执行多个请求,一个会话中可以有多个活动事务。 |