<?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: How to open an Ms Access  database adn read a table with arcpy or Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011866#M59369</link>
    <description>&lt;P&gt;I think I'd got the route of using python to extract the access tables to a csv and then to a table to table with arcpy.&amp;nbsp; see&amp;nbsp;&lt;A href="https://datatofish.com/how-to-connect-python-to-ms-access-database-using-pyodbc/" target="_blank"&gt;https://datatofish.com/how-to-connect-python-to-ms-access-database-using-pyodbc/&lt;/A&gt;&amp;nbsp; for pyodbc and&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/37289951/how-to-write-to-a-csv-line-by-line/37290105#37290105" target="_blank"&gt;https://stackoverflow.com/questions/37289951/how-to-write-to-a-csv-line-by-line/37290105#37290105&lt;/A&gt;&amp;nbsp;to write to a csv...&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 20:11:24 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2020-12-22T20:11:24Z</dc:date>
    <item>
      <title>How to open an Ms Access  database adn read a table with arcpy or Python</title>
      <link>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011854#M59367</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to read a table located in a Ms Access database and process it with layers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to transfer or copy a MS Access table into a FGDB using python or arcpy?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 19:38:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011854#M59367</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2020-12-22T19:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to open an Ms Access  database adn read a table with arcpy or Python</title>
      <link>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011863#M59368</link>
      <description>&lt;P&gt;Which flavor of Access? ArcMap or Pro?&lt;/P&gt;&lt;P&gt;ArcMap, set up an ODBC connection&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/technical-article/000009382" target="_blank"&gt;https://support.esri.com/en/technical-article/000009382&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't believe accdb or mdb are supported in ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;LI-MESSAGE title="Does ArcGIS Pro support MS Access 2007 (accdb)?" uid="167226" url="https://community.esri.com/t5/arcgis-pro-questions/does-arcgis-pro-support-ms-access-2007-accdb/m-p/167226#U167226" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could use pyodbc but look out for the 32/64 bit issue:&lt;/P&gt;&lt;P&gt;&lt;A href="https://datatofish.com/how-to-connect-python-to-ms-access-database-using-pyodbc/" target="_blank"&gt;https://datatofish.com/how-to-connect-python-to-ms-access-database-using-pyodbc/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:05:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011863#M59368</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2020-12-22T20:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to open an Ms Access  database adn read a table with arcpy or Python</title>
      <link>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011866#M59369</link>
      <description>&lt;P&gt;I think I'd got the route of using python to extract the access tables to a csv and then to a table to table with arcpy.&amp;nbsp; see&amp;nbsp;&lt;A href="https://datatofish.com/how-to-connect-python-to-ms-access-database-using-pyodbc/" target="_blank"&gt;https://datatofish.com/how-to-connect-python-to-ms-access-database-using-pyodbc/&lt;/A&gt;&amp;nbsp; for pyodbc and&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/37289951/how-to-write-to-a-csv-line-by-line/37290105#37290105" target="_blank"&gt;https://stackoverflow.com/questions/37289951/how-to-write-to-a-csv-line-by-line/37290105#37290105&lt;/A&gt;&amp;nbsp;to write to a csv...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:11:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011866#M59369</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-12-22T20:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to open an Ms Access  database adn read a table with arcpy or Python</title>
      <link>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011869#M59370</link>
      <description>&lt;P&gt;ArcGIS 10.7&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011869#M59370</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2020-12-22T20:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to open an Ms Access  database adn read a table with arcpy or Python</title>
      <link>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011871#M59371</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What about&amp;nbsp;arcpy.utilsol.ImportAccessTables?&lt;/P&gt;&lt;P&gt;In ArcGIS 10.7&amp;nbsp; with Python 2.7 I am getting the following error message:&lt;/P&gt;&lt;P&gt;arcpy.utilsol.ImportAccessTables(database,&lt;BR /&gt;AttributeError: 'module' object has no attribute 'utilsol'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011871#M59371</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2020-12-22T20:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to open an Ms Access  database adn read a table with arcpy or Python</title>
      <link>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011872#M59372</link>
      <description>&lt;P&gt;ArcGIS "ArcMap" 10.7 can read .mdb directly (though they don't recommend doing this, see the support article I posted). ArcMap is 32-bit so that solves some of the hassle. But accdb you need to set up an odbc connection. I would do what works, what works best may depend on your database format, the data involved, how often you need to do this, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011872#M59372</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2020-12-22T20:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to open an Ms Access  database adn read a table with arcpy or Python</title>
      <link>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011873#M59373</link>
      <description>&lt;P&gt;"utilsol" seems to indicate this may be part of a "solutions" add-on you don't have installed.&lt;/P&gt;&lt;P&gt;I would point back to the Esri support article which was updated earlier this year so I bet it has good guidance:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/technical-article/000009382" target="_blank" rel="noopener"&gt;https://support.esri.com/en/technical-article/000009382&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:19:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-open-an-ms-access-database-adn-read-a-table/m-p/1011873#M59373</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2020-12-22T20:19:27Z</dc:date>
    </item>
  </channel>
</rss>

