<?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: How to store downloaded ODBC data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370491#M137756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's what QVD are for, among many other things. Take a look at the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;SET vQVDPath = 'C:\TempFiles\';&lt;BR /&gt; &lt;BR /&gt;ODBC CONNECT64 TO [DSNNameHere];&lt;BR /&gt; &lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Customers;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;STORE Table INTO $(vQVDPath)Customers.qvd (qvd); // this will allow you to load from this file later on&lt;BR /&gt; &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2012 15:32:55 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-04-26T15:32:55Z</dc:date>
    <item>
      <title>How to store downloaded ODBC data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370490#M137755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; color: #636363; font-size: 9pt;"&gt;Hi to all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; color: #636363; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; color: #636363; font-size: 9pt;"&gt;I 'm connecting to an ODBC server to download data, I would like to know if there is a way to save the downloaded data in a local file in order to modify fields name without re-connecting to the server every time I modify something in the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; color: #636363; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; color: #636363; font-size: 9pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; color: #636363; font-size: 9pt;"&gt;&lt;BR /&gt;Francesco&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370490#M137755</guid>
      <dc:creator />
      <dc:date>2012-04-26T15:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to store downloaded ODBC data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370491#M137756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's what QVD are for, among many other things. Take a look at the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;SET vQVDPath = 'C:\TempFiles\';&lt;BR /&gt; &lt;BR /&gt;ODBC CONNECT64 TO [DSNNameHere];&lt;BR /&gt; &lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Customers;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;STORE Table INTO $(vQVDPath)Customers.qvd (qvd); // this will allow you to load from this file later on&lt;BR /&gt; &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370491#M137756</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-04-26T15:32:55Z</dc:date>
    </item>
  </channel>
</rss>

