<br><font size=2 face="sans-serif">Hi,</font>
<br>
<br><font size=2 face="sans-serif">I am using OGR Virtual Spatial Data
to connect to MS Access database using ODBC. Database has X/Y columns.
I have created .ovf file like this:</font>
<br>
<br><font size=2 face="sans-serif"><OGRVRTDataSource></font>
<br><font size=2 face="sans-serif">        <OGRVRTLayer
name="krk"></font>
<br><font size=2 face="sans-serif">        <SrcDataSource>ODBC:@Krk</SrcDataSource></font>
<br><font size=2 face="sans-serif">        <FID>ID</FID></font>
<br><font size=2 face="sans-serif">        <SrcLayer>Dozvole</SrcLayer></font>
<br><font size=2 face="sans-serif">        <GeometryType>wkbPoint</GeometryType></font>
<br><font size=2 face="sans-serif">        <GeometryField
encoding="PointFromColumns" x="KoordinataX" y="KoordinataY"/></font>
<br><font size=2 face="sans-serif">        </OGRVRTLayer></font>
<br><font size=2 face="sans-serif"></OGRVRTDataSource></font>
<br>
<br><font size=2 face="sans-serif">It is all working fine and the points
are showing on the map (using p.mapper). Alos, ogrinfo with -where clause
is working fine. But the attribute query gives no result, whichever field
I query. Query string is like:</font>
<br>
<br><font size=2 face="sans-serif">( [KOORDINATAX] = 5460870 )</font>
<br>
<br><font size=2 face="sans-serif">This syntax works fine with shape files
and also wit OGR layers based on MapInfo files. But not with ODBC/Access.</font>
<br>
<br><font size=2 face="sans-serif">I am using ms4w 2.2.7</font>
<br>
<br><font size=2 face="sans-serif">Any help?</font>
<br>
<br><font size=2 face="sans-serif">regards, dejan</font>