<?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: Import SQL server table to Qlikview through C# in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Import-SQL-server-table-to-Qlikview-through-C/m-p/388962#M696919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to perform below operaations in my C# code exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Create a Clikview document through C# code after adding Qlikview API reference &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Then open a connection SQL server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3. Execute SQL query (Ex: Select * from TableName) form my application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4. Populate the result in the Qlikview doc and finally save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me the API names?&amp;nbsp; What is AxQlikOCXLib? Share the reference documents if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2013 10:03:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-28T10:03:39Z</dc:date>
    <item>
      <title>Import SQL server table to Qlikview through C#</title>
      <link>https://community.qlik.com/t5/QlikView/Import-SQL-server-table-to-Qlikview-through-C/m-p/388958#M696915</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 want to import a SQL server table to Qlikview using C#.net.&amp;nbsp; Can someone please tell me, How can I use Qlikview API's to do this job?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Srinivas N. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 13:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-SQL-server-table-to-Qlikview-through-C/m-p/388958#M696915</guid>
      <dc:creator />
      <dc:date>2013-02-27T13:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Import SQL server table to Qlikview through C#</title>
      <link>https://community.qlik.com/t5/QlikView/Import-SQL-server-table-to-Qlikview-through-C/m-p/388959#M696916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why? That makes no sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should read the SQL table directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 02:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-SQL-server-table-to-Qlikview-through-C/m-p/388959#M696916</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2013-02-28T02:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Import SQL server table to Qlikview through C#</title>
      <link>https://community.qlik.com/t5/QlikView/Import-SQL-server-table-to-Qlikview-through-C/m-p/388960#M696917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. I don't want to do it directly because I want to automate the process of generating Qlikview documents from SQL server. We have so many tables in SQL server. Please let me know where can I get the APIs which can be used in C# app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 04:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-SQL-server-table-to-Qlikview-through-C/m-p/388960#M696917</guid>
      <dc:creator />
      <dc:date>2013-02-28T04:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Import SQL server table to Qlikview through C#</title>
      <link>https://community.qlik.com/t5/QlikView/Import-SQL-server-table-to-Qlikview-through-C/m-p/388961#M696918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax for reading data into qlikview is:&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM &amp;lt;table&amp;gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dump your tables to a textfile with this syntax and then you include that file in a qlikview application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 09:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-SQL-server-table-to-Qlikview-through-C/m-p/388961#M696918</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-02-28T09:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import SQL server table to Qlikview through C#</title>
      <link>https://community.qlik.com/t5/QlikView/Import-SQL-server-table-to-Qlikview-through-C/m-p/388962#M696919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to perform below operaations in my C# code exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Create a Clikview document through C# code after adding Qlikview API reference &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Then open a connection SQL server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3. Execute SQL query (Ex: Select * from TableName) form my application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4. Populate the result in the Qlikview doc and finally save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me the API names?&amp;nbsp; What is AxQlikOCXLib? Share the reference documents if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 10:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-SQL-server-table-to-Qlikview-through-C/m-p/388962#M696919</guid>
      <dc:creator />
      <dc:date>2013-02-28T10:03:39Z</dc:date>
    </item>
  </channel>
</rss>

