[fdo-users] FDO MySQL Defect : Unsupported FDO spatial operation

Bruno Scott bscott at geomapgis.com
Tue Jan 15 05:31:18 EST 2008


I'm trying to retreive data from mysql with this type of statement

Select KEY from POINT where GEOMETRY INSIDE GeomFromText('POLYGON XY ((-13
196 , 45 196 , 45 145 , -13 145 , -13 196))')

Using the FdoISelect class
FdoPtr<FdoISelect>        sampleSelect;
sampleSelect->SetFilter(_T("GEOMETRY INSIDE GeomFromText('POLYGON XY ((-13
196 , 45 196 , 45 145 , -13 145 , -13 196))')");

It works great with FDO 3.2.1
But it fails with version 3.2.2, 3.2.3 and 3.3.0 RC1 with this error
"Unsupported FDO spatial operation"

I've tryed also with other spatial operation but still got this error

It's stange that it only work with the old 3.2.1 version

Bruno
-- 
View this message in context: http://www.nabble.com/FDO-MySQL-Defect-%3A-Unsupported-FDO-spatial-operation-tp14836540s18162p14836540.html
Sent from the fdo-users mailing list archive at Nabble.com.



More information about the fdo-users mailing list