<?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: load from dataBase in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980202#M643550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can connect to a sql server&lt;/P&gt;&lt;P&gt;- on a remote server; in this case the sql server is installed on the remote server and the database is usually there or on an attached storage&lt;/P&gt;&lt;P&gt;- on your local pc, on your machine; in this case you need a sql server (standard, express, etc, there are some versions, types) on your machine and the database .mdf is (usually) on your machine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the connection in QlikView (oledb or odbc); you can see a server name or ip address;&amp;nbsp; if is the name or ip of your machine you're connecting to a sql on your machine&lt;/P&gt;&lt;P&gt;if it's a name or ip of a server, you're connecting to a remote sql server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can have as many connection you want: one for remote sql server, one for local, one for a different remote sql server, etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Dec 2015 18:05:57 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-12-24T18:05:57Z</dc:date>
    <item>
      <title>load from dataBase</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980197#M643545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all &lt;/P&gt;&lt;P&gt; i&amp;nbsp; want to load&amp;nbsp; value from table in dataBase in server&amp;nbsp; , but&amp;nbsp; i don't know how i write in scrip to load value from table from data base.&lt;/P&gt;&lt;P&gt;i insert in the script the connexion with my database and the connexion is good, &lt;/P&gt;&lt;P&gt;the name of database is DataBaseFormation&lt;/P&gt;&lt;P&gt;the name of table : Personne&lt;/P&gt;&lt;P&gt;and i want to load ID from personne from databaseFormation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one&amp;nbsp; can help i need help please &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks aLL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980197#M643545</guid>
      <dc:creator />
      <dc:date>2015-12-23T13:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: load from dataBase</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980198#M643546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the database connection, &lt;/P&gt;&lt;P&gt;did you try with the Select button in the script editor? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109905_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 20:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980198#M643546</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-23T20:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: load from dataBase</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980199#M643547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you verry mutch it work perfectelly,&lt;/P&gt;&lt;P&gt;other demand if you dont mind,i have a database sql server in my harddisk .mdf ,i couldn't succed to connect with it, what i write at the name of server and other field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 12:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980199#M643547</guid>
      <dc:creator />
      <dc:date>2015-12-24T12:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: load from dataBase</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980200#M643548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have a local sql server db available at the moment&lt;/P&gt;&lt;P&gt;I guess you have to start one or more service to start the sql db&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/ms345332(v=sql.110).aspx" title="https://msdn.microsoft.com/en-us/library/ms345332(v=sql.110).aspx"&gt;Lesson 1: Connecting to the Database Engine&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://stackoverflow.com/questions/360141/how-to-connect-to-local-instance-of-sql-server-2008-express" rel="nofollow"&gt;http://stackoverflow.com/questions/360141/how-to-connect-to-local-instance-of-sql-server-2008-express&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 13:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980200#M643548</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-24T13:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: load from dataBase</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980201#M643549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so i must instal the sql server in my machine ?! if yes why did i could acces in&amp;nbsp; the db in server without any problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 17:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980201#M643549</guid>
      <dc:creator />
      <dc:date>2015-12-24T17:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: load from dataBase</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980202#M643550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can connect to a sql server&lt;/P&gt;&lt;P&gt;- on a remote server; in this case the sql server is installed on the remote server and the database is usually there or on an attached storage&lt;/P&gt;&lt;P&gt;- on your local pc, on your machine; in this case you need a sql server (standard, express, etc, there are some versions, types) on your machine and the database .mdf is (usually) on your machine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the connection in QlikView (oledb or odbc); you can see a server name or ip address;&amp;nbsp; if is the name or ip of your machine you're connecting to a sql on your machine&lt;/P&gt;&lt;P&gt;if it's a name or ip of a server, you're connecting to a remote sql server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can have as many connection you want: one for remote sql server, one for local, one for a different remote sql server, etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 18:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980202#M643550</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-24T18:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: load from dataBase</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980203#M643551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your explication&amp;nbsp; maxgro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 19:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-dataBase/m-p/980203#M643551</guid>
      <dc:creator />
      <dc:date>2015-12-24T19:03:47Z</dc:date>
    </item>
  </channel>
</rss>

