<?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: Script tool to transfer the �??Add�?� - �??Delete�?� tables (Delta Tables) into the base in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/script-tool-to-transfer-the-add-delete-tables/m-p/413356#M32541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jamal,&lt;BR /&gt;&lt;BR /&gt;Have a look at the help on creating script tools:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000006000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000006000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2013 19:10:56 GMT</pubDate>
    <dc:creator>JamalNUMAN</dc:creator>
    <dc:date>2013-02-07T19:10:56Z</dc:date>
    <item>
      <title>Script tool to transfer the ???Add??? - ???Delete??? tables (Delta Tables) into the base tabl</title>
      <link>https://community.esri.com/t5/python-questions/script-tool-to-transfer-the-add-delete-tables/m-p/413352#M32537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Script tool to transfer the ???Add??? - ???Delete??? tables (Delta Tables) into the base table,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been looking for a SCRIPT TOOL that transfer the content of the ???Add??? ???Delete??? into the base table (business table) but had no luck. This script is supposed to make both ???Add??? - ???Delete??? tables to be empty (no records).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]21388[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 08:31:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-tool-to-transfer-the-add-delete-tables/m-p/413352#M32537</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-02-04T08:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Script tool to transfer the �??Add�?� - �??Delete�?� tables (Delta Tables) into the base</title>
      <link>https://community.esri.com/t5/python-questions/script-tool-to-transfer-the-add-delete-tables/m-p/413353#M32538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jamal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Essentially what you are after is performing a compress on the database:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/The_geodatabase_compress_operation/003n000000s5000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/The_geodatabase_compress_operation/003n000000s5000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This can easily be done by a peice of python script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000000p000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000000p000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 09:05:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-tool-to-transfer-the-add-delete-tables/m-p/413353#M32538</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-02-04T09:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Script tool to transfer the �??Add�?� - �??Delete�?� tables (Delta Tables) into the base</title>
      <link>https://community.esri.com/t5/python-questions/script-tool-to-transfer-the-add-delete-tables/m-p/413354#M32539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jamal,&lt;BR /&gt;&lt;BR /&gt;Essentially what you are after is performing a compress on the database:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/The_geodatabase_compress_operation/003n000000s5000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/The_geodatabase_compress_operation/003n000000s5000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This can easily be done by a peice of python script:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000000p000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000000p000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks Anthony&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I have very little experience is scripting and building script tool then I�??m kindly looking for an integrated Script Tool for an end user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 09:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-tool-to-transfer-the-add-delete-tables/m-p/413354#M32539</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-02-04T09:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script tool to transfer the �??Add�?� - �??Delete�?� tables (Delta Tables) into the base</title>
      <link>https://community.esri.com/t5/python-questions/script-tool-to-transfer-the-add-delete-tables/m-p/413355#M32540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jamal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at the help on creating script tools:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000006000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000006000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 09:32:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-tool-to-transfer-the-add-delete-tables/m-p/413355#M32540</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-02-04T09:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script tool to transfer the �??Add�?� - �??Delete�?� tables (Delta Tables) into the base</title>
      <link>https://community.esri.com/t5/python-questions/script-tool-to-transfer-the-add-delete-tables/m-p/413356#M32541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jamal,&lt;BR /&gt;&lt;BR /&gt;Have a look at the help on creating script tools:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000006000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000006000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 19:10:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-tool-to-transfer-the-add-delete-tables/m-p/413356#M32541</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-02-07T19:10:56Z</dc:date>
    </item>
  </channel>
</rss>

