<?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 Connection SQL Server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493191#M686681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philipp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can use the OLEDB method under Database section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2014 10:23:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-10T10:23:25Z</dc:date>
    <item>
      <title>ODBC Connection SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493189#M686679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to connect a SQL Server Database through ODBC. I do not want to add a ODBC Data Source but want to add a connection string in QlikView. Which is the correct driver?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;ODBC CONNECT TO 'Driver(?); DbName=c:\Database.mdb' (XUserId is enxrypt_user, XPassword is encrypt_password);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An analogue working statement for an Interbase Firebird Database would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;ODBC CONNECT TO 'FIREBIRD; DbName=c:\Inter_Database.IB' (XUserId is user123, XPassword is password123);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The connection in ODBC Data Soruces:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="odbc.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51338_odbc.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 10:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493189#M686679</guid>
      <dc:creator>PhilippZiemer</dc:creator>
      <dc:date>2014-01-10T10:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493190#M686680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the ADO (OLE DB) connection string rather than ODBC.&lt;/P&gt;&lt;P&gt;Select OLE DB, then click Connect and choose "Microsoft OLE DB Provider for Microsoft SQL Server" from the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADO is faster and does not rely on a connection string being setup in control panel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 10:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493190#M686680</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-01-10T10:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493191#M686681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philipp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can use the OLEDB method under Database section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 10:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493191#M686681</guid>
      <dc:creator />
      <dc:date>2014-01-10T10:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493192#M686682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philipp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colin is correct if you are looking to connect to a SQL Server.&amp;nbsp; It would appear from your connection string that you may be trying to connect to an Access database (.mdb)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which case you should tick the &lt;STRONG&gt;Force 32 Bit&lt;/STRONG&gt; tick box and use either the &lt;STRONG&gt;Microsoft Jet&lt;/STRONG&gt; or the &lt;STRONG&gt;Microsoft Office Access&lt;/STRONG&gt; driver.&amp;nbsp; See which one works best for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC is generally a last resort when you can not get any other connection method to work (for old flat file databases, for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 10:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493192#M686682</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-01-10T10:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493193#M686683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well spotted Steve, I missed the mdb reference in the strings and was seeing the "SQL Server" in the image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 10:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493193#M686683</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-01-10T10:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493194#M686684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still was correct. An OLE DB connection to the server works just fine - thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 10:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493194#M686684</guid>
      <dc:creator>PhilippZiemer</dc:creator>
      <dc:date>2014-01-10T10:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493195#M686685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Of course Microsoft have done a turnaround regarding OLE DB and support will (eventually) be removed with regards to SQL Server, and ODBC may once again rule !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I can post links without being moderated, I'll add them.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;flipside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;h ttp://en.wikipedia.org/wiki/OLE_DB&lt;/P&gt;&lt;P&gt;h ttp://blogs.msdn.com/b/adonet/archive/2011/09/13/microsoft-sql-server-oledb-provider-deprecation-announcement.aspx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 11:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Connection-SQL-Server/m-p/493195#M686685</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2014-01-10T11:39:39Z</dc:date>
    </item>
  </channel>
</rss>

