Changes between Version 4 and Version 5 of MapGuideRfc86
- Timestamp:
- 09/24/09 18:50:34 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc86
v4 v5 23 23 == Overview == 24 24 25 This proposal is to extend MapGuide Feature Service so that calls to Feature Service can use the same FDO connection to avoid some unexpected errors. The solution is to add two methods BindConnection(!MgResourceIdentifier featureSourceId) andUnbindConnection(!MgResourceIdentifier featureSourceId) so that users are able to bind/unbind an FDO connection to the current user session.25 This proposal is to extend MapGuide Feature Service so that calls to Feature Service can use the same FDO connection to avoid some unexpected errors. The solution is to add two methods !BindConnection(!MgResourceIdentifier featureSourceId) and !UnbindConnection(!MgResourceIdentifier featureSourceId) so that users are able to bind/unbind an FDO connection to the current user session. 26 26 27 27 == Motivation ==