<?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: ODBC ,OLEDB andJDBC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489368#M1128295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take a look at msdn.microsoft.com/en-us/library/ms191461(SQL.90).aspx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this OLEDB drive can works for you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 10:09:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-13T10:09:17Z</dc:date>
    <item>
      <title>ODBC ,OLEDB andJDBC</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489363#M1128290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can any body tell me where we have to use these three in application and performance wise which is better.&lt;/P&gt;&lt;P&gt;things can be done with OLEDB can t be done with ODBC same as compare relatively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh Thalluri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 12:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489363#M1128290</guid>
      <dc:creator />
      <dc:date>2013-12-16T12:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC ,OLEDB andJDBC</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489364#M1128291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Qlikview we can use both ODBC or OLEDB, basically the ODBC driver DataSources are used to OLEDB drivers to access Data. Also OLEDB can access XML Files, Directory services and Exchange Servers too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="db-full-diagram.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50494_db-full-diagram.png" style="width: 620px; height: 464px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of performance, any database layer will increase access time at least 40% in comparative with native access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Qlikview&amp;nbsp; we made a two or three steps architecture to gain performance. Just Like any ETL&amp;nbsp; process, extract all the data from your database and store it in QVD files, after that, Transform the data from QVD to your application. Qlikview QVD files are extremmally optimized to gain performance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 12:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489364#M1128291</guid>
      <dc:creator />
      <dc:date>2013-12-16T12:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC ,OLEDB andJDBC</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489365#M1128292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u.But  I have tested on XML file it is working wiith ODBC driver&lt;/P&gt;&lt;P&gt;too.can u please test and let me know if any thing is there .&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Mon, Dec 16, 2013 at 6:08 PM, João Dias de Carvalho Neto &amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 12:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489365#M1128292</guid>
      <dc:creator />
      <dc:date>2013-12-16T12:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC ,OLEDB andJDBC</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489366#M1128293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically any vendor can improve your ODBC drivers to get all native database features (Including XML Access); The OLEDB it´s a Microsoft product that promises initially XML and Microsoft data API´s integration. ODBC is initially developed by Microsoft to be an Open patterns. Currently the ODBC specifications are in 3.8 and for unknown business ways Microsoft support the both layers (ODBC and OLEDB) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the OLDEB objective is to be 100% compatible with any Microsoft data connectors and to keeps ODBC specs as an universal pattern&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 12:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489366#M1128293</guid>
      <dc:creator />
      <dc:date>2013-12-16T12:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC ,OLEDB andJDBC</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489367#M1128294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer is really interessting. Actually, I'm trying to load data from my exchange server public folder into QV. My issue is that I can't find the good ole driver proveir. I only have those choice:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/51374_Capture.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where could I find the goog OLE driver? And should I filled the field to be able to access my public folfer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your answer, it will help me a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jan 2014 10:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489367#M1128294</guid>
      <dc:creator />
      <dc:date>2014-01-12T10:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC ,OLEDB andJDBC</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489368#M1128295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take a look at msdn.microsoft.com/en-us/library/ms191461(SQL.90).aspx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this OLEDB drive can works for you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 10:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489368#M1128295</guid>
      <dc:creator />
      <dc:date>2014-01-13T10:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC ,OLEDB andJDBC</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489369#M1128296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be able to use Jet OLEDB driver to access Mailboxes. This works for me client-side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Let&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;Provider &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= 'Microsoft.JET.OLEDB.4.0;Exchange 4.0';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Let&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;MAPILEVEL&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '{name of mailbox}|'; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// Note pipe symbol at end of Mailbox name&lt;BR /&gt;//Let PROFILE = 'Default';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Let &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;PROFILE&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Outlook';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Let &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;TABLETYPE&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '0';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Let &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;DATABASE&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'C:\Documents and Settings\{user}\Local Settings\Application Data\Microsoft\Outlook';&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// Path may be different&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Let &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;conn&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '[Provider=$(Provider);MAPILEVEL=$(MAPILEVEL);PROFILE=$(PROFILE);TABLETYPE=$(TABLETYPE);DATABASE=$(DATABASE);Persist Security];';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;qualify&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OLEDB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;CONNECT&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(conn)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SQLTABLES&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;DISCONNECT&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OLEDB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;CONNECT&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(conn)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;Inbox:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Select&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; top 10 * from Inbox;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;DISCONNECT&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;flipside&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 10:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489369#M1128296</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2014-01-13T10:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC ,OLEDB andJDBC</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489370#M1128297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Can anyone tell the step by step procedure for connecting qlikview with Oracle 10g.Also tell me what are all the things (like driver )should need to intall on system for data connetivity? My data is in the format of .dmp file.How to retrive the such data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-OLEDB-andJDBC/m-p/489370#M1128297</guid>
      <dc:creator />
      <dc:date>2014-06-02T12:06:47Z</dc:date>
    </item>
  </channel>
</rss>

