Changes between Version 31 and Version 32 of MapGuideRfc78


Ignore:
Timestamp:
Jul 22, 2009, 3:50:15 AM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc78

    v31 v32  
    127127}
    128128}}}
    129 Note: 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.
     129
     130Note:
     131a. 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.
     132b. If a provider doesn't support transaction, BeginTransaction() will throw an MgInvalidOperationException saying transaction is not supported.
    130133
    131134Timeout configuration for MgTransaction