I need to convert a PostGIS table to a personal geodatabase using ogr2ogr. I can convert tables to a shapefile without a problem but whenever I try to convert it to .mdb using the ODBC driver, I get an error. I have got the 64-bit GDAL version and also the 64-bit ODBC driver installed.
This is my command:
ogr2ogr -f "ODBC" C:\users\[user]\file.mdb PG:"host=localhost user=[user] dbname=[db] password=[password]" "[tablename]" This is the error I get:
ODBC driver failed to create C:\users\[user]\file.mdbAm I using the right command to do this, or am I missing a driver or something?
أكثر...
This is my command:
ogr2ogr -f "ODBC" C:\users\[user]\file.mdb PG:"host=localhost user=[user] dbname=[db] password=[password]" "[tablename]" This is the error I get:
ODBC driver failed to create C:\users\[user]\file.mdbAm I using the right command to do this, or am I missing a driver or something?
أكثر...