Changes between Initial Version and Version 1 of SfcomOledb


Ignore:
Timestamp:
Sep 19, 2007, 9:36:36 AM (17 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SfcomOledb

    v1 v1  
     1= OGR and OpenGIS Simple Features for OLE DB =
     2
     3With the support of [http://www.softmaptech.com/ SoftMap] and [http://www.safe.com/ Safe Software] an OLE DB provider on top of OGR has been implemented (circa 2002), attempting to adhere to the OpenGIS Simple Features for COM specification to the extent possible.  This implementation is not certified as compliant with the OpenGIS specification.
     4
     5While OGR can be used via the OLE DB interface, it can also just be called directly as a C++ library.  OGR attempts to provide an OpenGIS Simple Features inspired terminology and view of datasets even when used in this fashion.  Note that there is no OpenGIS specification for a C or C++ interface.
     6
     7The OLE DB provider was migrated out of GDAL/OGR trunk in 2007 due primarily to issues with whether certain components were properly redistributable (see ticket #1817).  The provider has not been actively maintained for a while, and currently it seems to be unbuildable due to incompatabilities with Microsoft's current ATL.  However, the code is preserved under source control at http://svn.osgeo.org/gdal/spike/sfcom_oledb. 
     8
     9Some client side OLE DB interface classes were also implemented, primarily for testing the provide.  These also live outside trunk in the [http://trac.osgeo.org/gdal/browser/spike/sfcom_oledb/client client] subdirectory with [http://trac.osgeo.org/gdal/browser/spike/sfcom_oledb/client/sfc_tutorial.dox tutorial material].
     10
     11The only current GDAL/OGR developer with significant experience with the OLEDB provider is Frank Warmerdam who has relatively little interest in reviving it.
     12