Changes between Version 32 and Version 33 of MapGuideRfc78
- Timestamp:
- 07/22/09 20:35:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc78
v32 v33 131 131 a. If any exception is thrown within the sql statement execution, the new API won't rollback the transaction internally. Instead, it depends on the client application to rollback the transaction explicitly as illustrated in above codes. 132 132 b. If a provider doesn't support transaction, BeginTransaction() will throw an MgInvalidOperationException saying transaction is not supported. 133 c. If passing in NULL for the parameter, ExecuteSqlQuery and ExecuteSqlNonQuery will work the same as before taking no transaction is started. 133 134 134 135 Timeout configuration for MgTransaction … … 138 139 Two items will be added into serverconfig.ini for transaction timeout setting. If the transaction hasn't been committed or rollbacked within 6 minutes, it will be automatically rollbacked. 139 140 {{{ 140 DataTransactionTimeout = 600141 DataTransactionTimeout = 360 141 142 DataTransactionTimerInterval = 60 142 143 }}}