Changes between Version 14 and Version 15 of MapGuideRfc86
- Timestamp:
- 09/24/09 20:00:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc86
v14 v15 34 34 * MgFeatureSerive::!BeginTransaction will do something on the DRBMS serverwhen opening a transaction. This has consequences such as updates are only visible in this transaction, and data gets locked. 35 35 36 Another issue is that it may open a whole bunch of connection. In the example below, each reader will open a new FDO connection because MgFeatureReader always use an exclusive FDO connection. We don't really want tohave all of a sudden a whole bunch of admin connections open when you open a connection with admin rights.36 Another issue is that it may result in a whole bunch of connections are open when using MgFeatureReader, MgDataReader or MgSqlDataReader. Each reader will use an FDO connection exclusively. So in the example below, it will have all of a sudden a whole bunch of admin connections open when you open a connection with admin rights. 37 37 38 38 {{{