<?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 to create a connection to Access DB in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Libname-to-create-a-connection-to-Access-DB/m-p/311860#M67517</link>
    <description>&lt;P&gt;Can someone give me the Code to create a library using an Access DB on a local server (X:ab/cd/ef.accbd)&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2016 22:15:05 GMT</pubDate>
    <dc:creator>TMiller16</dc:creator>
    <dc:date>2016-11-15T22:15:05Z</dc:date>
    <item>
      <title>Libname to create a connection to Access DB</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-to-create-a-connection-to-Access-DB/m-p/311860#M67517</link>
      <description>&lt;P&gt;Can someone give me the Code to create a library using an Access DB on a local server (X:ab/cd/ef.accbd)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 22:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-to-create-a-connection-to-Access-DB/m-p/311860#M67517</guid>
      <dc:creator>TMiller16</dc:creator>
      <dc:date>2016-11-15T22:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Libname to create a connection to Access DB</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-to-create-a-connection-to-Access-DB/m-p/311891#M67538</link>
      <description>&lt;P&gt;Typically it is as simple as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname ac Access "&lt;SPAN&gt;X:ab/cd/ef.acc&lt;FONT color="#FF0000"&gt;db&lt;/FONT&gt;" access=readonly;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What did you try?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 03:54:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-to-create-a-connection-to-Access-DB/m-p/311891#M67538</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-11-16T03:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Libname to create a connection to Access DB</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-to-create-a-connection-to-Access-DB/m-p/311892#M67539</link>
      <description>&lt;P&gt;To connect MS Access database, we need to create ODBC connection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to create ODBC string then use that string to create MS Access Server in SAS Management console&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can either create library using wizard or write LIBNAME statement to use MS Access table&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more details refer to following link&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bidsag/68193/HTML/default/viewer.htm#n167cjb87i0x9wn1h1qynnb2zumc.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/bidsag/68193/HTML/default/viewer.htm#n167cjb87i0x9wn1h1qynnb2zumc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#n1wvmggexroxgyn17rp61jml3cvn.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#n1wvmggexroxgyn17rp61jml3cvn.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 03:58:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-to-create-a-connection-to-Access-DB/m-p/311892#M67539</guid>
      <dc:creator>RahulG</dc:creator>
      <dc:date>2016-11-16T03:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Libname to create a connection to Access DB</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-to-create-a-connection-to-Access-DB/m-p/312033#M67598</link>
      <description>Thank you! that was the push I needed, now I am good with the connection.&lt;BR /&gt;&lt;BR /&gt;When using SAS statements to JOIN two tbles, is it as simple as JOIN?</description>
      <pubDate>Wed, 16 Nov 2016 16:37:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-to-create-a-connection-to-Access-DB/m-p/312033#M67598</guid>
      <dc:creator>TMiller16</dc:creator>
      <dc:date>2016-11-16T16:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Libname to create a connection to Access DB</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-to-create-a-connection-to-Access-DB/m-p/312072#M67619</link>
      <description>&lt;P&gt;LIBNAME is a layer of abstraction that allows you (at least in principle) to ignore the exact origin of data tables. But you should always check the data type&amp;nbsp;of imported table columns, especially date types.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 18:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-to-create-a-connection-to-Access-DB/m-p/312072#M67619</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-11-16T18:44:25Z</dc:date>
    </item>
  </channel>
</rss>

