Hi all,<br>
<br>
I am currently trying to use OGR for reading and writing spatial data
in different formats.&nbsp; I have a couple of questions about OGR support
for the following formats:<br>

<br>

ODBC:<br>

I've noticed that a new way to create an ODBC datasource: <b><i>tablename(geometrycolname) </i></b>has been added recently which
is great since it resolves some of the performance issues that we have
been experiencing, but when creating a datasource in this way and then
subsequently calling ExecuteSQL on it, the layer that ExecuteSQL()
returns does not appear to retain the geometrycolname and therefore its
features do not have any geometry info.&nbsp; Since I am new to OGR I wasn't
sure whether this behavior is by design or is it still in development
or a bug?<br>

<br>

PGeo:<br>

With OCI and Shapefile datasources the FID's of the layer returned from
ExecuteSQL() are from 0 to GetFeatureCount()-1, but with PGeo they
appear to correspond to the OBJECTID of the feature.&nbsp; Is this the
intended behavior?<br>

<br>

Also do you have any plans on adding spatial reference support to OCI
and ODBC?&nbsp; <br>
And if we decide to make any changes to OGR what would be
the appropriate process to roll our changes into the main source?<br>

<br>

Thanks in advance!<br>

<br>

Eugene