Contents
Do you have to use SQL to edit versioned data?
If you use only one, read the section specific to the editing model you want to use. You can use SQL to connect to the Default version and edit a versioned view. You do not need to open an edit session. When you start editing, you are automatically connecting to the current state of the Default version.
How to reconcile versioned data in SQL using ArcGIS?
When you have finished the edits in the named version, you must use ArcGIS to reconcile, review and resolve conflicts, and post your edits. This can be done in ArcGIS for Desktop using the Reconcile Versions geoprocessing tool or a Python script. See the following topics for more information:
Can you edit the same version in multiple editors?
If you are editing named versions (versions other than Default), always edit your own, separate version; multiple editors cannot edit the same named version using versioned views. Set which geodatabase version and state you will access. You access the state the version was pointing to when you executed set_current_version.
How to create a child version in SQL?
is the named version you create for editing. indicates whether the name specified for the version should be taken as given (2), or a unique name should be created when a duplicate name is specified (1). is the permission level for the version: either 0 for private, 1 for public, or 2 for protected.
Can a dataset not be registered as versioned?
The datasets in your enterprise geodatabase can be registered as versioned without the option to move edits to base, registered as versioned with the option to move edits to base, or not registered as versioned. By default, when you add or create a dataset in an enterprise geodatabase, the data is not registered as versioned.
How to edit versioned data in ArcGIS Desktop?
is the permission level for the version: either 0 for private, 1 for public, or 2 for protected. is a text description of the child version. In the following steps, a named version (myedits12111) is created from Default and edits are made in that version through the blic_evw versioned view.