Hi,

You haven't said which platform and binding/command line you are using.

In linux command line you would probably replace "." with "\."

Also column name should probably enclosed in quotes, not brackets.

Etienne

On Thu, Oct 4, 2012 at 8:29 AM, Odd Ragnar Lydersen
<[email protected]> wrote:
> Is it possible to make OGRDataSource:: ExecuteSQL() to work with a column 
> name containing "."?
>
> Here is an example:
> select column.name.one, column.name.two from 'wfs:layerName'
>
> I have tried to enclose the column name in [] brackets, but that was invalid 
> as well.
> Any ideas on how to get around this?
>
>>Odd-Ragnar<
> _______________________________________________
> gdal-dev mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to