<?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 Libname statement for MS Access in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement-for-MS-Access/m-p/203240#M50730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using SAS 9.4 and following below link to create a library reference with MS ACCESS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/67382/HTML/default/viewer.htm#n1wvmggexroxgyn17rp61jml3cvn.htm" title="http://support.sas.com/documentation/cdl/en/acpcref/67382/HTML/default/viewer.htm#n1wvmggexroxgyn17rp61jml3cvn.htm"&gt;SAS/ACCESS(R) 9.4 Interface to PC Files: Reference, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm getting below error message when I'm trying suggested code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME libref ACCESS PATH='&amp;lt;&amp;lt;Folder Path&amp;gt;&amp;gt;\MyDatabase.accdb'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: Connect: Class not registered&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: Error in the LIBNAME statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Can any one please help me on this or any other way to append data to a Access table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 13:41:58 GMT</pubDate>
    <dc:creator>Dreamer</dc:creator>
    <dc:date>2015-04-24T13:41:58Z</dc:date>
    <item>
      <title>Libname statement for MS Access</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement-for-MS-Access/m-p/203240#M50730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using SAS 9.4 and following below link to create a library reference with MS ACCESS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/67382/HTML/default/viewer.htm#n1wvmggexroxgyn17rp61jml3cvn.htm" title="http://support.sas.com/documentation/cdl/en/acpcref/67382/HTML/default/viewer.htm#n1wvmggexroxgyn17rp61jml3cvn.htm"&gt;SAS/ACCESS(R) 9.4 Interface to PC Files: Reference, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm getting below error message when I'm trying suggested code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME libref ACCESS PATH='&amp;lt;&amp;lt;Folder Path&amp;gt;&amp;gt;\MyDatabase.accdb'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: Connect: Class not registered&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: Error in the LIBNAME statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Can any one please help me on this or any other way to append data to a Access table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 13:41:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Libname-statement-for-MS-Access/m-p/203240#M50730</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2015-04-24T13:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Libname statement for MS Access</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement-for-MS-Access/m-p/203241#M50731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Explanation of this error message is given here: &lt;A href="http://support.sas.com/kb/37/412.html"&gt;http://support.sas.com/kb/37/412.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using 64 bits SAS, then look also at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/" title="http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/"&gt;http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 17:54:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Libname-statement-for-MS-Access/m-p/203241#M50731</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-04-24T17:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Libname statement for MS Access</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement-for-MS-Access/m-p/203242#M50732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Also, if you are using SAS Studio with SAS University Edition or with SAS OnDemand for Academics, you may not be able to read Microsoft Access data using SAS on those images. So that is another possibility. If this is the case, however, you can save your MS-Access file as a CSV file and there should be a snippet for importing CSV files using SAS Studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 20:31:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Libname-statement-for-MS-Access/m-p/203242#M50732</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-04-24T20:31:33Z</dc:date>
    </item>
  </channel>
</rss>

