Re: [gdal-dev] Try to create a .bat for ogr2ogr

2014-08-29 Thread Bo Victor Thomsen
João - Try to get to ogr2ogr command to work (or not work) from GDAL command-line environment (SDKShell.bat) with one shape file. And don't depend on defaults in the database connection string, ie. PG:"*host=localhost port=5432 *dbname='temp_gis' user='test_user' password='test_pss'" You

[gdal-dev] Try to create a .bat for ogr2ogr

2014-08-29 Thread João Gaspar
Hi guys, i'm giving the first steps in this kind of programming. So the scenario is: I have a lot of users that dump work shapfiles into a folder, then i need to upload this files to a database into a single table (at this time i'm testing the PostGIS). So I read some snippets code and some tut