Changes between Version 2 and Version 3 of FdoEnhancedVersionSupport


Ignore:
Timestamp:
Oct 18, 2007, 9:16:20 AM (17 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FdoEnhancedVersionSupport

    v2 v3  
    8181==== FDO API ====
    8282
    83 ===== FdoFeatureAccessManager::GetFeatureDataObjectsVersion =====
     83===== FdoFeatureAccessManager::!GetFeatureDataObjectsVersion =====
    8484
    8585When 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].
     
    9191}}}
    9292
    93 ===== FdoConnectionManager::CreateConnection() =====
     93===== FdoConnectionManager::!CreateConnection() =====
    9494
    9595When 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.