<?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 Newbie Issue : ScriptError General ODBC Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Newbie-Issue-ScriptError-General-ODBC-Error/m-p/207161#M1209259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The statement "QV is not able ti handle integer type colunms" is factually incorrect. &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt; QlikView would be completely useless if this was true.&lt;BR /&gt;I suspect that it is ODBC problem. Didn't use ODBC for awhile, used SQL Server 2008 (and older) only with OLEDB. Can't you use OLEDB?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2009 01:55:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-12-23T01:55:53Z</dc:date>
    <item>
      <title>Newbie Issue : ScriptError General ODBC Error</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Issue-ScriptError-General-ODBC-Error/m-p/207160#M1209258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I recently downloaded Qlikview in order to evaluate the product for my compagny&lt;/P&gt;&lt;P&gt;i'm currently trying to play with it.&lt;/P&gt;&lt;P&gt;I had built up a ODBC data source on my PC in order to acces to an MS Sql Server 2008 database&lt;/P&gt;&lt;P&gt;I wrote a script on QV in order to download 2 tables in by database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i have a big issue, it does not work [:(]&lt;/P&gt;&lt;P&gt;ater analysis i discovered that QV is not able ti handle "integer type" colunms&lt;/P&gt;&lt;P&gt;in my database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my script :&lt;/P&gt;&lt;P style="font-weight: bold"&gt;ODBC CONNECT TO cngrweb2 (UserId is xxxx, Password is "zzzzz");&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL SELECT idSubnets as id,&lt;BR /&gt; "No_Site" as NoSite,&lt;BR /&gt; "vc_ipReseau" as Ip,&lt;BR /&gt; "i_NetworkPrefixLength" as Prefix,&lt;BR /&gt; "vc_modeAcces" as Mode&lt;BR /&gt;FROM ramage.dbo.subnets;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;trace ScriptError:$(ScriptError);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;LOAD "no_qos",&lt;BR /&gt; "libel_qos";&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ramage.dbo.qos;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on table &lt;B&gt;ramage.dbo.subnets&lt;/B&gt;&lt;/P&gt;&lt;P&gt;idSubnets, No_Site and i_NetworkPrefixLength are integer values&lt;/P&gt;&lt;P&gt;without theses columns the script works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 19:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Issue-ScriptError-General-ODBC-Error/m-p/207160#M1209258</guid>
      <dc:creator />
      <dc:date>2009-12-22T19:37:45Z</dc:date>
    </item>
    <item>
      <title>Newbie Issue : ScriptError General ODBC Error</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Issue-ScriptError-General-ODBC-Error/m-p/207161#M1209259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The statement "QV is not able ti handle integer type colunms" is factually incorrect. &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt; QlikView would be completely useless if this was true.&lt;BR /&gt;I suspect that it is ODBC problem. Didn't use ODBC for awhile, used SQL Server 2008 (and older) only with OLEDB. Can't you use OLEDB?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 01:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Issue-ScriptError-General-ODBC-Error/m-p/207161#M1209259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-23T01:55:53Z</dc:date>
    </item>
    <item>
      <title>Newbie Issue : ScriptError General ODBC Error</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Issue-ScriptError-General-ODBC-Error/m-p/207162#M1209260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so i changed my ODBC driver and now it works fine &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for information :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Server 2000.85.1132.00 (SQLSRV32.DLL) ODBC driver works fine&lt;/P&gt;&lt;P&gt;SQL Server Native Client 10.0 2007.100.1600.22 (SQLNCLI10.DLL) ODBC driver seems to have some issues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 14:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Issue-ScriptError-General-ODBC-Error/m-p/207162#M1209260</guid>
      <dc:creator />
      <dc:date>2009-12-23T14:48:46Z</dc:date>
    </item>
  </channel>
</rss>

