Re: [gdal-dev] Re: OCI: ogrinfo from normal table

2010-11-15 Thread Sebastian E. Ovide
great removing the colon ";" made the trick.. thanks On Mon, Nov 15, 2010 at 5:29 PM, lucvanlinden wrote: > > I think you should remove the colon ";" at the end. > > also put your sql between double quotes, this will help when should you use > literal strings as in: > > "SELECT ... FROM ...WH

[gdal-dev] Re: OCI: ogrinfo from normal table

2010-11-15 Thread lucvanlinden
I think you should remove the colon ";" at the end. also put your sql between double quotes, this will help when should you use literal strings as in: "SELECT ... FROM ...WHERE name = 'your_name'" Luc -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/gdal-dev-OCI-ogrinfo