[mapguide-users] Re: using SQL functions in Studio/Maestro?

Jackie Ng jumpinjackie at gmail.com
Wed Feb 29 11:44:08 EST 2012


You are limited to the FDO expression functions supported by the FDO
provider. If you require the use of such function, consider encapsulating
the result behind a view. 

Using a view as a feature class effectively makes it read-only (obviously),
so don't bother trying to do feature manipulation (insert/update/delete) via
the MapGuide/FDO API if this is the case.

Or, to solve your particular problem (stripping semi-colons) try using the
Translate() FDO expression function if the provider supports it.

- Jackie

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/using-SQL-functions-in-Studio-Maestro-tp4518278p4532099.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list