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

Reply via email to