Re: [gdal-dev] querry in updating attribute values using ogrdatasource

2014-08-14 Thread Chaitanya kumar CH
Siva, OGR SQL dialect doesn't support updates. Use sqlite dialect. You also need to update GDAL to version 1.10. http://www.gdal.org/ogr_sql_sqlite.html On 14 Aug 2014 20:17, "SIVA RAMA KRISHNA" wrote: > Hello, > > I am trying to update shape file with attribute values .I am performing > follo

[gdal-dev] querry in updating attribute values using ogrdatasource

2014-08-14 Thread SIVA RAMA KRISHNA
Hello, I am trying to update shape file with attribute values .I am performing following functionality. QFileInfo table1(_mActiveLayer); //_mActive Layer is name of file opened QString tablename1; tablename1=table1.baseName(); reader = OGRSFDriverRegistrar::Open(_mActiveLayer.toLatin1().data(),