<?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 Connect to MS ACCESS database in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Connect-to-MS-ACCESS-database/m-p/725273#M225240</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am connecting ACCESS database using below coding&lt;/P&gt;
&lt;P&gt;Libname ACCESS "Z:\MyDept\HEM\ClinHem\CTM\Tracking_be.accdb";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the ERROR message showing MS ACCES requires a new version.&lt;/P&gt;
&lt;P&gt;ERROR: Connect: The database you are trying to open requires a newer version of Microsoft Access.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our team create lots reports in the MS Access and really don't want to update MS Access to the new version. Is there any other way I can connection to MS Access without export individual table to excel file and then import them to SAS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Mar 2021 21:36:26 GMT</pubDate>
    <dc:creator>Addison</dc:creator>
    <dc:date>2021-03-10T21:36:26Z</dc:date>
    <item>
      <title>Connect to MS ACCESS database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-to-MS-ACCESS-database/m-p/725273#M225240</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am connecting ACCESS database using below coding&lt;/P&gt;
&lt;P&gt;Libname ACCESS "Z:\MyDept\HEM\ClinHem\CTM\Tracking_be.accdb";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the ERROR message showing MS ACCES requires a new version.&lt;/P&gt;
&lt;P&gt;ERROR: Connect: The database you are trying to open requires a newer version of Microsoft Access.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our team create lots reports in the MS Access and really don't want to update MS Access to the new version. Is there any other way I can connection to MS Access without export individual table to excel file and then import them to SAS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 21:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-to-MS-ACCESS-database/m-p/725273#M225240</guid>
      <dc:creator>Addison</dc:creator>
      <dc:date>2021-03-10T21:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS ACCESS database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-to-MS-ACCESS-database/m-p/725292#M225248</link>
      <description>&lt;P&gt;Which specific version of Access to have installed? Is it 32-bit or 64-bit? (when SAS and Access/Excel are different "bitness" problems arise) . You may have to use the PC Files server approach.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please copy from the LOG the LIbname statement plus all the notes or messages you get. Paste into a text box opened on the forum with the &amp;lt;/&amp;gt; so we can see all the bits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your LIBNAME statement should have the NAME of the library before the ACCESS Keyword when used:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Libname mylib Access Path="c:\somefolder\mydb.accdb";&lt;/P&gt;
&lt;P&gt;or just the reference&lt;/P&gt;
&lt;P&gt;Libname mylib "c:\somefolder\mydb.accdb";&lt;/P&gt;
&lt;P&gt;There is a chance that attempting to use the keyword ACCESS as the libref may be an issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should work with any version of Access back to Access97. If you have data prior to that version you may have more headaces.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 22:47:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-to-MS-ACCESS-database/m-p/725292#M225248</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-10T22:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS ACCESS database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-to-MS-ACCESS-database/m-p/725488#M225359</link>
      <description>&lt;P&gt;Access version 2008.&lt;/P&gt;
&lt;P&gt;Our company upgrade to win 10 and is 64 bit.&lt;/P&gt;
&lt;P&gt;I create a link in ODBC and it shows 32/64 bit then in SAS i try to create new library but the error message keep telling me I need to have new version of access&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Addison_0-1615479253933.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55819iF63DD9F718D5387E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Addison_0-1615479253933.png" alt="Addison_0-1615479253933.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Addison_1-1615479334291.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55820iBB879A8C788E3A9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Addison_1-1615479334291.png" alt="Addison_1-1615479334291.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 16:16:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-to-MS-ACCESS-database/m-p/725488#M225359</guid>
      <dc:creator>Addison</dc:creator>
      <dc:date>2021-03-11T16:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS ACCESS database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-to-MS-ACCESS-database/m-p/725568#M225393</link>
      <description>&lt;P&gt;If you installed an Access driver compatible with Access 2008 then that should fix your problem. Try googling for this and see if you can find a driver to download from Microsoft.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 19:21:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-to-MS-ACCESS-database/m-p/725568#M225393</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-11T19:21:21Z</dc:date>
    </item>
  </channel>
</rss>

