[mapguide-users] Re: UpdateFeatures and CLASS_NOTFOUND error

2010-04-01 Thread Andrew P

Thanks guys, I put in both fixes and then was able to update the object
without anymore issues.
-- 
View this message in context: 
http://n2.nabble.com/UpdateFeatures-and-CLASS-NOTFOUND-error-tp4836588p4840958.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Re: UpdateFeatures and CLASS_NOTFOUND error

2010-04-01 Thread Mauricio Villablanca

I think there's something wrong with your filter. Try this:

$filter = '  "EVENT_DESC" LIKE ' .   "   '   " . $oldDeviceCode .  " 
'"; 

The property has to be enclosed by double quotes and the value by single
quotes. Assuming that property is a string. If it's a number, you need to
get rid of the single quote.
-- 
View this message in context: 
http://n2.nabble.com/UpdateFeatures-and-CLASS-NOTFOUND-error-tp4836588p4840492.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users