Re: [gdal-dev] Re: Dump Shapefile into DB using ogr2ogr

2011-08-22 Thread Ingo Weinzierl
Hi Hermann, On Mon, Aug 22, 2011 at 01:30:00PM +0200, Hermann Peifer wrote: > On 22/08/2011 13:13, Ingo Weinzierl wrote: > >Hi *, > > > >I already tried the approach below - without success. The result of > >my operation is: > > > >The command: > >--

Re: [gdal-dev] Re: Dump Shapefile into DB using ogr2ogr

2011-08-22 Thread Ingo Weinzierl
The command's result: - ERROR 1: SQL: Unrecognised field name 999 On Fri, Aug 19, 2011 at 09:29:23PM +0530, Chaitanya kumar CH wrote: > That should work just fine. > > On Fri, Aug 19, 2011 at 9:23 PM, Hermann Peifer wrote: > > > On 19/08/2011 15:05, Ingo Weinzierl wrote: &

Re: [gdal-dev] Dump Shapefile into DB using ogr2ogr

2011-08-19 Thread Ingo Weinzierl
[1]: http://www.gdal.org/ogr2ogr.html > > On Thu, Aug 18, 2011 at 3:53 PM, Ingo Weinzierl < > ingo.weinzi...@intevation.de> wrote: > > > Hello GDAL community, > > > > I have already used GDAL to get information about shapefiles or to > > insert a shapefile

[gdal-dev] Dump Shapefile into DB using ogr2ogr

2011-08-18 Thread Ingo Weinzierl
T examples, with no success. In simple words: I want to insert the geometry column (shapefile) and an Integer value (manually defined) into a pre-defined spatial database (PostGIS / Oracle). I would be glad if someone could give me some hints how to realize such a ogr2ogr call. Regards, Ing