Changes between Version 2 and Version 3 of FdoEnhancedVersionSupport
- Timestamp:
- 10/18/07 09:16:20 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FdoEnhancedVersionSupport
v2 v3 81 81 ==== FDO API ==== 82 82 83 ===== FdoFeatureAccessManager:: GetFeatureDataObjectsVersion =====83 ===== FdoFeatureAccessManager::!GetFeatureDataObjectsVersion ===== 84 84 85 85 When this function is called it will return the version of the feature data objects specification that the currently loaded Feature Access Manager supports. The version number string has the form [!VersionMajor].[!VersionMinor].[!BuildMajor].[!BuildMinor]. … … 91 91 }}} 92 92 93 ===== FdoConnectionManager:: CreateConnection() =====93 ===== FdoConnectionManager::!CreateConnection() ===== 94 94 95 95 When this function is passed a provider name without version part (e.g. "OSGeo.SDF" ), it returns a connection object from the latest registered version of that provider.