<?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: I want to create an add-in for ArcGIS that allows users to connect to my own database. How do I do that using Python? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153653#M11871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please start &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/python-addins/creating-an-add-in-tool.htm"&gt;HERE&lt;/A&gt;&amp;nbsp;to get an add-in setup.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you'll probably have to be more specific to what database you are working with and what you hope to accomplish to get best responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2018 21:42:47 GMT</pubDate>
    <dc:creator>JamesCrandall</dc:creator>
    <dc:date>2018-02-07T21:42:47Z</dc:date>
    <item>
      <title>I want to create an add-in for ArcGIS that allows users to connect to my own database. How do I do that using Python?</title>
      <link>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153652#M11870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let me know if you want more information about my database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 19:51:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153652#M11870</guid>
      <dc:creator>TrungNgo</dc:creator>
      <dc:date>2018-02-07T19:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: I want to create an add-in for ArcGIS that allows users to connect to my own database. How do I do that using Python?</title>
      <link>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153653#M11871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please start &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/python-addins/creating-an-add-in-tool.htm"&gt;HERE&lt;/A&gt;&amp;nbsp;to get an add-in setup.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you'll probably have to be more specific to what database you are working with and what you hope to accomplish to get best responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 21:42:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153653#M11871</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2018-02-07T21:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: I want to create an add-in for ArcGIS that allows users to connect to my own database. How do I do that using Python?</title>
      <link>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153654#M11872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I will let you know once I get more information for the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 19:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153654#M11872</guid>
      <dc:creator>TrungNgo</dc:creator>
      <dc:date>2018-02-08T19:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: I want to create an add-in for ArcGIS that allows users to connect to my own database. How do I do that using Python?</title>
      <link>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153655#M11873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, basically I need to create an add-in for ArcGIS that will connect to my company's postgresql database using an API token. Is there any tutorial that can show me how to do that using Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 20:30:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153655#M11873</guid>
      <dc:creator>TrungNgo</dc:creator>
      <dc:date>2018-02-09T20:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: I want to create an add-in for ArcGIS that allows users to connect to my own database. How do I do that using Python?</title>
      <link>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153656#M11874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you connect to it inside ArcMAP...using normal techniques?&amp;nbsp; (Does it work as a standard 'add database connection', or do you require to connect via OLE DB methods?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I work in a Microsoft SQL Server shop)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 14:13:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153656#M11874</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2018-02-13T14:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: I want to create an add-in for ArcGIS that allows users to connect to my own database. How do I do that using Python?</title>
      <link>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153657#M11875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are going to have to be much more specific.&amp;nbsp; Are you talking about PostgREST or PostgreSQL?&amp;nbsp; It sounds like the first if you're wanting to use an API with token authentication, but again, you'll need to provide more detail I think.&amp;nbsp; (also: I don't claim to be informed on postgre, but noticed the language you used might help others to provide input).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 14:26:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153657#M11875</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2018-02-13T14:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: I want to create an add-in for ArcGIS that allows users to connect to my own database. How do I do that using Python?</title>
      <link>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153658#M11876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James, yes it is&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;PostgREST. I have attached a photo that shows the response when I make a request through the web API. Please ask me more questions if needed. I am pretty new to this kind of stuff too. Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/396541_pastedImage_1.png" style="width: 620px; height: 375px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 19:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-want-to-create-an-add-in-for-arcgis-that-allows/m-p/153658#M11876</guid>
      <dc:creator>TrungNgo</dc:creator>
      <dc:date>2018-02-13T19:07:08Z</dc:date>
    </item>
  </channel>
</rss>

