<?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: Is there a Quartz equivalent to AGSGDBTransaction? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363747#M3132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our users go through a series of editing views&amp;nbsp;to update attribution on tables as well as create and&amp;nbsp;update geometries for&amp;nbsp;feature classes. When they're finished with the process, we need to save all of those updates as a transaction otherwise&amp;nbsp;we risk corrupting our database. We don't use esri relationship classes but we do have relationships in our database that we must maintain.&amp;nbsp;In our largest workflow, we have 5 tables and one feature class that all need to be saved at the same time, as one transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2016 11:18:16 GMT</pubDate>
    <dc:creator>ChristopherMilack1</dc:creator>
    <dc:date>2016-10-06T11:18:16Z</dc:date>
    <item>
      <title>Is there a Quartz equivalent to AGSGDBTransaction?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363745#M3130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not seeing this functionality in the Quartz SDK. Am I just missing it?&amp;nbsp;Will it&amp;nbsp;in the final release? If not, is there a recommendation or best practice from Esri for&amp;nbsp;performing a series of edits as a transaction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 14:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363745#M3130</guid>
      <dc:creator>ChristopherMilack1</dc:creator>
      <dc:date>2016-09-25T14:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Quartz equivalent to AGSGDBTransaction?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363746#M3131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We do plan on supporting transactions, but we haven't been able to get to it yet unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you describe your&amp;nbsp;workflow where it is needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:39:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363746#M3131</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2016-10-05T19:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Quartz equivalent to AGSGDBTransaction?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363747#M3132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our users go through a series of editing views&amp;nbsp;to update attribution on tables as well as create and&amp;nbsp;update geometries for&amp;nbsp;feature classes. When they're finished with the process, we need to save all of those updates as a transaction otherwise&amp;nbsp;we risk corrupting our database. We don't use esri relationship classes but we do have relationships in our database that we must maintain.&amp;nbsp;In our largest workflow, we have 5 tables and one feature class that all need to be saved at the same time, as one transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 11:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363747#M3132</guid>
      <dc:creator>ChristopherMilack1</dc:creator>
      <dc:date>2016-10-06T11:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Quartz equivalent to AGSGDBTransaction?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363748#M3133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't mind me asking - what is it about the data that requires you to save everything at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you persist some data&amp;nbsp;throughout the editing view workflow to make sure everything is saved with the correct foreign keys in place to maintain your relationships?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 00:34:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363748#M3133</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2016-10-12T00:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Quartz equivalent to AGSGDBTransaction?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363749#M3134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have multiple records that together make up one transaction. If I insert&amp;nbsp;three records but the fourth fails, then I have &amp;nbsp;situation where I have an incomplete data or orphaned record. Saving the records and maintaining relationships is not the issue. The real problem is that I want either all of my records in the database or none at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 00:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363749#M3134</guid>
      <dc:creator>ChristopherMilack1</dc:creator>
      <dc:date>2016-10-12T00:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Quartz equivalent to AGSGDBTransaction?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363750#M3135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh - gottcha... what is the source of the failures? &amp;nbsp;In my experience these are pretty infrequent once you get past the typical development issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could chain the database saves together and roll them back manually if one fails -- basically delete the previously saved features if you hit an issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 01:10:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363750#M3135</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2016-10-12T01:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Quartz equivalent to AGSGDBTransaction?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363751#M3136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are infrequent but if it happens once in production then we have a problem. I've considered the approach you described, and it's certainly an option, but it would require bookkeeping for all create/update/delete operations which I would like to avoid. More importantly, if one of these manual rollbacks fails then we're still in a situation where we have corrupt data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 02:12:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363751#M3136</guid>
      <dc:creator>ChristopherMilack1</dc:creator>
      <dc:date>2016-10-12T02:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Quartz equivalent to AGSGDBTransaction?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363752#M3137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3289"&gt;Divesh Goyal&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/168543"&gt;Ryan Olson&lt;/A&gt;‌ Any update on this?&amp;nbsp;Any chance this will be in the next release of the SDK?&amp;nbsp;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 14:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363752#M3137</guid>
      <dc:creator>ChristopherMilack1</dc:creator>
      <dc:date>2017-02-21T14:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Quartz equivalent to AGSGDBTransaction?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363753#M3138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it is not in v100. Looks like it might make it into an update in the future, probably not the next one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 21:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-a-quartz-equivalent-to-agsgdbtransaction/m-p/363753#M3138</guid>
      <dc:creator>RyanOlson1</dc:creator>
      <dc:date>2017-02-21T21:44:59Z</dc:date>
    </item>
  </channel>
</rss>

