<?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: What are the database formats for SAS access to OBDC? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173395#M44671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pretty much any database that has an odbc driver. There can be limitations to data types supported.&amp;nbsp; See on line doc for details. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2014 17:16:19 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2014-10-06T17:16:19Z</dc:date>
    <item>
      <title>What are the database formats for SAS access to OBDC?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173394#M44670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it's a pretty simple question, but what are the databases capable for import with SAS ACCESS TO OBDC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;César&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 15:55:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173394#M44670</guid>
      <dc:creator>CesarOmarHR</dc:creator>
      <dc:date>2014-10-06T15:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: What are the database formats for SAS access to OBDC?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173395#M44671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pretty much any database that has an odbc driver. There can be limitations to data types supported.&amp;nbsp; See on line doc for details. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 17:16:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173395#M44671</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-10-06T17:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: What are the database formats for SAS access to OBDC?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173396#M44672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know the data types that are supported?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm thinking MySql, Sql, .dat are there any others?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 17:20:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173396#M44672</guid>
      <dc:creator>CesarOmarHR</dc:creator>
      <dc:date>2014-10-06T17:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: What are the database formats for SAS access to OBDC?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173397#M44673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I your question is wich RDBMS systems support ODBC. Well ODBC is an open standard they should conform to.&lt;/P&gt;&lt;P&gt;If at the RDBMS software supplier they are claiming to support this than that is no question. The only question is if they are conforming that correctly (no errors).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be aware of the confusion on dedicated interfaces being supported. They are often indicated as ODBC but are dedicated versions with a lot of additional functionality. Sometimes these are not available on all platforms. For example SQL-server is having dedicated drives at Windows but you are needing to switch to ODBC at Unix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Datatypes within each RDBMS type is another part of the puzzle. Not all datatypes are equal. The interface is doing the translations. They can be found at:&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/67473/HTML/default/viewer.htm#n13gtugcxgdqstn1pooivt622n4q.htm" title="http://support.sas.com/documentation/cdl/en/acreldb/67473/HTML/default/viewer.htm#n13gtugcxgdqstn1pooivt622n4q.htm"&gt;SAS/ACCESS(R) 9.4 for Relational Databases: Reference, Fifth Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As you can see it are the SAS-formats that are related to the data-type conversions. Numerics in SAS are always floating type. This is not the same within a RDBMS assuming numeric are equal to chars just having a dedicated range more like a constraint.&lt;BR /&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 18:56:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173397#M44673</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-06T18:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: What are the database formats for SAS access to OBDC?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173398#M44674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't .dat a text file, not a data base?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 19:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173398#M44674</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-10-06T19:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: What are the database formats for SAS access to OBDC?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173399#M44675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep your are right Reeza &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="809092" data-username="CesarOmarHR" href="https://communities.sas.com/people/CesarOmarHR" id="jive-80909228004172968108186"&gt;CesarOmarHR&lt;/A&gt; is mixing up a lot. All three are really different: &lt;/P&gt;&lt;P&gt;- The rdbms system like MySql.&lt;/P&gt;&lt;P&gt;- A language you can use to access a rDBMS as SQL&lt;/P&gt;&lt;P&gt;- a text file in some text file (.dat) you can use to configure something like a rDBMS. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 19:41:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173399#M44675</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-06T19:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: What are the database formats for SAS access to OBDC?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173400#M44676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Linus answer is correct, anything with an ODBC Driver. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And SQL isn't one thing, there's T-SQL or MS SQL, Oracle SQL, MySQL, NoSQL, SQLLite and I'm sure there are others. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 20:04:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173400#M44676</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-10-06T20:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: What are the database formats for SAS access to OBDC?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173401#M44677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Open_Database_Connectivity" title="http://en.wikipedia.org/wiki/Open_Database_Connectivity"&gt;Open Database Connectivity - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 20:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-are-the-database-formats-for-SAS-access-to-OBDC/m-p/173401#M44677</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-06T20:12:50Z</dc:date>
    </item>
  </channel>
</rss>

