Q: Dispose the Geometry object before the AddNew() and Update() method in Recordset object, then update the recordset, users can still visit illegal contents?
Please dispose after update(), with the following codes:
recordset.AddNew(region);
recordset.Update();
region.Dispose();