Re: [gdal-dev] Some tables from mdb not exported to PostGIS

2012-02-12 Thread Eli Adam
Assuming that you are using ogr2ogr on the xp computer, you can fairly easily setup ODBC connections for the non-spatial tables, http://gdal.org/ogr/drv_odbc.html Doing the same from linux is somewhat more difficult, the easiest path I think to be http://gdal.org/ogr/drv_mdb.html You can see some

[gdal-dev] Some tables from mdb not exported to PostGIS

2012-01-27 Thread jjap
Greetings, ogr2ogr has allowed me to successfully convert an ESRI personnal geodatabase from a Windows XP computer to an Ubuntu server 11.04 running PostGIS 1.5 with proper encoding . The tables containing the blob/shapefiles all made it but not the others. Am I right to presume I'll have to migrat