<?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 Accessing tables in mySQL in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Accessing-tables-in-mySQL/m-p/38460#M9861</link>
    <description>I used libname to establishe a connection to a mySQL database.  I can see all of the tables in the explorer window, but when Itry to accss any of them, such as through proc print, I get a message that says:  ERROR:  Read Access Violation In Task [ PRINT ).  My code looks like:&lt;BR /&gt;
&lt;BR /&gt;
libname fred mysql &lt;LOGIN info=""&gt;;&lt;BR /&gt;
proc print data = fred.test;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
My understanding was that once the connection is established with the libname, which seems to work fine, I can use the usual 2 level name convention (libname.dataset) and access the table like any other SAS dataset.  But that doesn't seem to be working.  Any ideas on what the problem is?  Thanks.&lt;/LOGIN&gt;</description>
    <pubDate>Fri, 08 Jan 2010 21:51:26 GMT</pubDate>
    <dc:creator>jlcalbre</dc:creator>
    <dc:date>2010-01-08T21:51:26Z</dc:date>
    <item>
      <title>Accessing tables in mySQL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Accessing-tables-in-mySQL/m-p/38460#M9861</link>
      <description>I used libname to establishe a connection to a mySQL database.  I can see all of the tables in the explorer window, but when Itry to accss any of them, such as through proc print, I get a message that says:  ERROR:  Read Access Violation In Task [ PRINT ).  My code looks like:&lt;BR /&gt;
&lt;BR /&gt;
libname fred mysql &lt;LOGIN info=""&gt;;&lt;BR /&gt;
proc print data = fred.test;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
My understanding was that once the connection is established with the libname, which seems to work fine, I can use the usual 2 level name convention (libname.dataset) and access the table like any other SAS dataset.  But that doesn't seem to be working.  Any ideas on what the problem is?  Thanks.&lt;/LOGIN&gt;</description>
      <pubDate>Fri, 08 Jan 2010 21:51:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Accessing-tables-in-mySQL/m-p/38460#M9861</guid>
      <dc:creator>jlcalbre</dc:creator>
      <dc:date>2010-01-08T21:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing tables in mySQL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Accessing-tables-in-mySQL/m-p/38461#M9862</link>
      <description>Recommended Google advanced search argument to consider (several potential matches show up as I noticed):&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Read Access Violation In Task site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 08 Jan 2010 22:16:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Accessing-tables-in-mySQL/m-p/38461#M9862</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-01-08T22:16:37Z</dc:date>
    </item>
  </channel>
</rss>

