| 1 | = FDO OGR Provider = |
| 2 | |
| 3 | The 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 | |
| 9 | First create a System-ODBC connection to the MDB file in the Windows ODBC administrator. E.g. 'pgeo_somerset'. |
| 10 | |
| 11 | Then 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 | |
| 15 | The 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 | |
| 17 | http://trac.osgeo.org/osgeo4w/wiki/PackageListing#a1.6.x |
| 18 | |
| 19 | |
| 20 | |