Select to view content in your preferred language

How can i start the edit session for a layer warehoused in an ArcSDE Geodatabase

1517
0
09-02-2012 06:19 AM
OLANIYANOLAKUNLE
Frequent Contributor
Thanks i think i got it

fc = 'Database Connections/Connection to GISSERVER.sde/GISMAIN.DBO.GIS_Parcels' workspace = os.path.dirname(fc) edit = arcpy.da.Editor(workspace) edit.startEditing(True) edit.stopEditing(True)
Tags (2)
0 Kudos
0 Replies