<?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: SAS SQL Library for C in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/449834#M283502</link>
    <description>Could you tell me that what is the easiest method for me to use VC++ to acess SAS dataset? Thank you every much.</description>
    <pubDate>Fri, 30 Mar 2018 02:48:52 GMT</pubDate>
    <dc:creator>LXL</dc:creator>
    <dc:date>2018-03-30T02:48:52Z</dc:date>
    <item>
      <title>SAS SQL Library for C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448870#M283493</link>
      <description>&lt;P&gt;Hello everyone,How can I use&amp;nbsp;SAS SQL Library for C to get sas data by C++?&amp;nbsp; please heip me,thank you every much.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 06:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448870#M283493</guid>
      <dc:creator>LXL</dc:creator>
      <dc:date>2018-03-27T06:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SQL Library for C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448884#M283494</link>
      <description>&lt;P&gt;Sorry, but don't understand what you plan to do.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 07:45:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448884#M283494</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-03-27T07:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SQL Library for C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448886#M283495</link>
      <description>&lt;P&gt;Thank you for your reply.&amp;nbsp; I want to use vs c++ to access the SAS dataset by using SAS SQL Library for C,but i do not know how to use it .Do you know how to use it ?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 08:01:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448886#M283495</guid>
      <dc:creator>LXL</dc:creator>
      <dc:date>2018-03-27T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SQL Library for C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448888#M283496</link>
      <description>&lt;P&gt;Find information here: &lt;A href="https://support.sas.com/downloads/package.htm?pid=2171" target="_blank"&gt;https://support.sas.com/downloads/package.htm?pid=2171&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You need a SAS/SHARE and SAS/IntrNet license and a properly set up SAS/SHARE server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 08:08:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448888#M283496</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-03-27T08:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SQL Library for C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448895#M283497</link>
      <description>Thank you,I know this,and i have downloaded this library,but i do not know how to use this library.Can you tell me how to use it in details? Thank you very much.</description>
      <pubDate>Tue, 27 Mar 2018 08:29:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448895#M283497</guid>
      <dc:creator>LXL</dc:creator>
      <dc:date>2018-03-27T08:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SQL Library for C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448911#M283498</link>
      <description>&lt;P&gt;After installation, I'd go looking for the .h header files and the .a or .so library file(s). Add the path to the library files to your LIBPATH environment variable, so the compiler can pick it up.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 09:16:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448911#M283498</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-03-27T09:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SQL Library for C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448933#M283499</link>
      <description>&lt;P&gt;Can you tell us about your final objective?&amp;nbsp; Are you trying to read a local SAS data set or a remote data set from a SAS server?&amp;nbsp; SAS has packaged two OLE DB data providers -- one for local and one for remote (Integration Technologies).&amp;nbsp; These can be easily incorporated into custom Windows applications.&amp;nbsp; You can use SQL syntax to address/filter data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See some examples here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/tag/ole-db/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/tag/ole-db/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Create-your-own-client-apps-using-SAS-Integration-Technologies/ta-p/418253" target="_self"&gt;Create your own client app with SAS Integration Technologies&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 11:37:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/448933#M283499</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-03-27T11:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SQL Library for C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/449221#M283500</link>
      <description>&lt;P&gt;OK,Thank you very much,you are so kind.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 05:46:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/449221#M283500</guid>
      <dc:creator>LXL</dc:creator>
      <dc:date>2018-03-28T05:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SQL Library for C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/449222#M283501</link>
      <description>&lt;P&gt;hello,I wnat to use&amp;nbsp;VS C++ to access the SAS dataset ,the method is optional,the simpler is the better,do you know about using ODBC or OLEDB to acess the data,which is easier to reach my goal? Could you provide some references about this to me ? Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 05:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/449222#M283501</guid>
      <dc:creator>LXL</dc:creator>
      <dc:date>2018-03-28T05:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SQL Library for C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/449834#M283502</link>
      <description>Could you tell me that what is the easiest method for me to use VC++ to acess SAS dataset? Thank you every much.</description>
      <pubDate>Fri, 30 Mar 2018 02:48:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SQL-Library-for-C/m-p/449834#M283502</guid>
      <dc:creator>LXL</dc:creator>
      <dc:date>2018-03-30T02:48:52Z</dc:date>
    </item>
  </channel>
</rss>

