Changes between Initial Version and Version 1 of FdoOgrNotes


Ignore:
Timestamp:
Mar 13, 2009, 11:05:36 AM (15 years ago)
Author:
jbirch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FdoOgrNotes

    v1 v1  
     1= FDO OGR Provider =
     2
     3The fdoogr provider is a bridge to the [http://gdal.osgeo.org/ogr/index.html OGR] data access library from within FDO.  Traian Stanev is the primary author of this provider.  Questions about the provider may asked on the fdo users mailing list.
     4
     5[[TOC(inline)]]
     6
     7== Use with Personal GDB ==
     8
     9First create a System-ODBC connection to the MDB file in the Windows ODBC administrator.  E.g. 'pgeo_somerset'.
     10
     11Then add a new Data Connection to an OSGeo OGR Provider, and in the box for datasource put the exact format from the OGR documentation. In other words, use the "PGeo:" prefix and followed by the ODBC connection name.  E.g.:  PGeo:pgeo_somerset
     12
     13== Additional Formats ==
     14
     15The FDO OGR provider may not have formats you require built in.  The FDO 3.4 provider uses GDAL/OGR 1.6, and you may be able to use the gdal16 libraries bundled in OSGeo4W to provide additional capabilities:
     16
     17http://trac.osgeo.org/osgeo4w/wiki/PackageListing#a1.6.x
     18
     19
     20