You should try the following: 1. Inspect the return value from MgFeatureService.UpdateFeatures, a MgDeleteFeatures will return a MgFeatureReader with a int32 value (the number of features deleted). Check if this value is greater than 0. 2. You have no exception handling in the code. MgFeatureService.UpdateFeatures can throw exceptions which may contain the reason for failure
- Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Inserting-features-in-PostGIS-fails-tp1813557p5649058.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
