I don't know because I rearely use gdb from OS software, but I don't think. The domains are set using relations between domain and data tables internally the mdb, I don't think the ogr driver follow this relations to retrieve the domain values. You could:
- save the mdb with the substituted values, e.g. from a query where you ask for the joined coded values <-> domains values - export the domains table from the mdb as dbf and use the Ftools plugin to join it to the features attribute table. giovanni 2010/3/3 Piotr Pachół <[email protected]>: > Thanks, it is working ! > But one question: is it possible to display coded value domains which I have > defined in mdb file ? > Piotr > > G. Allegri pisze: >> >> If you're working on Windows you should first create an ODBC >> connection through Administrative Tools. >> >> giovanni >> Hello, >> >>>> >>>> I have ESRI mdb geodatabase file. >>>> How can I create a database connection to this file ? >>>> When I try to use option: "Add vector layer/Create database >>>> connection/ESRI Personal Geodatabase" >>>> I have an error: "Unable to initialize ODBC connection to DSN" >>>> >>>> So what should fill in connection information ? (host, database, port) >>>> Where I can fill in full path with name and extension of file ? >>>> >>>> Piotr >>>> >>>> _______________________________________________ >>>> Qgis-user mailing list >>>> [email protected] >>>> http://lists.osgeo.org/mailman/listinfo/qgis-user >>>> > > _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
