<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Will call to StopEditOperation with StartEditing(bool withUndoRedo = false) commit the change to a database in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/will-call-to-stopeditoperation-with-startediting/m-p/627305#M16899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When editing data in an enterprise geodatabase you should start the edit session using the StartMultiUserEditing method of the IMultiuserWorkspaceEdit interface. As a result of the data being versioned it will automatically implement the undo and redo stacks. While editing the data I believe the changes will be stored in the A&amp;amp;D tables. The information will be committed to the versioned view after stopping the edit operation. More information about this process can be seen on the following page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Editing with the geodatabase API&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Editing_with_the_geodatabase_API/00010000010s000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Editing_with_the_geodatabase_API/00010000010s000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Editing_with_the_geodatabase_API/00010000010s000000/&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Dec 2015 06:58:23 GMT</pubDate>
    <dc:creator>FreddieGibson</dc:creator>
    <dc:date>2015-12-06T06:58:23Z</dc:date>
    <item>
      <title>Will call to StopEditOperation with StartEditing(bool withUndoRedo = false) commit the change to a database</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/will-call-to-stopeditoperation-with-startediting/m-p/627303#M16897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is for 10.3 Desktop version and Informix database with versioning.&lt;/P&gt;&lt;P&gt;The task is to validate some feature attribute which was updated by user. I should do it before SaveEdits (StopEditing(true/false)) with SQL in Informix data base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to clarify if the actual update is commited to database after StopEditOperation() was called from C# code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, what table (feature class) is updated?&lt;/P&gt;&lt;P&gt;I use multiversion view and cannot see it.&lt;/P&gt;&lt;P&gt;What is the table with postfix "_mv"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 01:49:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/will-call-to-stopeditoperation-with-startediting/m-p/627303#M16897</guid>
      <dc:creator>MarkMindlin</dc:creator>
      <dc:date>2015-09-18T01:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Will call to StopEditOperation with StartEditing(bool withUndoRedo = false) commit the change to a database</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/will-call-to-stopeditoperation-with-startediting/m-p/627304#M16898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Informix database driver is set to Default (There are also options like "Show uncommited" and others)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 23:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/will-call-to-stopeditoperation-with-startediting/m-p/627304#M16898</guid>
      <dc:creator>MarkMindlin</dc:creator>
      <dc:date>2015-09-21T23:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Will call to StopEditOperation with StartEditing(bool withUndoRedo = false) commit the change to a database</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/will-call-to-stopeditoperation-with-startediting/m-p/627305#M16899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When editing data in an enterprise geodatabase you should start the edit session using the StartMultiUserEditing method of the IMultiuserWorkspaceEdit interface. As a result of the data being versioned it will automatically implement the undo and redo stacks. While editing the data I believe the changes will be stored in the A&amp;amp;D tables. The information will be committed to the versioned view after stopping the edit operation. More information about this process can be seen on the following page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Editing with the geodatabase API&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Editing_with_the_geodatabase_API/00010000010s000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Editing_with_the_geodatabase_API/00010000010s000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Editing_with_the_geodatabase_API/00010000010s000000/&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 06:58:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/will-call-to-stopeditoperation-with-startediting/m-p/627305#M16899</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-12-06T06:58:23Z</dc:date>
    </item>
  </channel>
</rss>

