Changes between Version 19 and Version 20 of MapGuideRfc78
- Timestamp:
- 07/13/09 23:45:36 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc78
v19 v20 128 128 This is a new API, so API documentation need to be updated. However, it will not affect the existing application if you don't use it at all. 129 129 130 If you use it along with UpdateFeatures(), additional attention should be paid not to pass in true for useTransaction. Otherwise, it will incur a nested transaction which is currently not supported by FDO.130 This new API is designed for sql statement execution. You have to use the API with ExecuteSqlQuery() or ExecuteSqlNonQuery() within the transaction. 131 131 132 132 == Test Plan ==