<?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: right truncation over odbc connection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916588#M651114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add Regional=No to your connection string passed to DBI-&amp;gt;Connect. e.g. "dbi:ODBC:DSN=mydsn;UID=dbuser;PWD=dbpassword;Regional=No;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 08:37:24 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2015-07-28T08:37:24Z</dc:date>
    <item>
      <title>right truncation over odbc connection</title>
      <link>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916586#M651112</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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;While im reading from sql server I g&lt;/SPAN&gt;et this Error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVX_UNEXPECTED_END_OF_DATA: SQL##f - SqlState: 01004, ErrorCode: 0, ErrorMsg: [Microsoft][ODBC SQL Server Driver]String data, right truncation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's tricky because on the second &lt;SPAN style="font-size: 13.3333330154419px;"&gt;attempt &lt;/SPAN&gt;it wont show up and it will run successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect it's something related to the meta data of the fields, so I monitored the meta data and found out that when some field length changed this query failed and it's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first scenario I need to resolve - how i can promise success reading this query on meta data change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the second scenario and more complicated is when there is no change in the metadata of fields and still I get this error with no visible reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the query I'm running in my qvd is a simple preceding load , notice I use TEXT() function on a field type &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;EntityId&lt;/TD&gt;&lt;TD&gt;varchar&lt;/TD&gt;&lt;TD&gt;no&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;because qlikview engine converts it to numeric and some data losts in the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;LOAD TEXT(EntityId) as TextEntityId,&lt;/P&gt;&lt;P&gt;&amp;nbsp; EntityId as NumEntityId, // old version&lt;/P&gt;&lt;P&gt;// NumEntityId, // new Version&lt;/P&gt;&lt;P&gt;&amp;nbsp; EntityId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EntityName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EntityHebrewName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Corporate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MasterAccount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PayorId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CompanyId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VatId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Remarks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; InternetAddress,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; StockSymbol,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FoundationDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Owners,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreatedBy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LastUpdateDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LastUpdateUser,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesRepId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CollectorId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Logo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SecurityCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IsForImpMatch,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SumTipul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SumComm,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SumComm1000,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "broker_id",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; updated,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "segment_code",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fix_segment_code",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "cust_type",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "sector_sub_code",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "service_level",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; groupID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "cust_sub_type",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "broker_limit_cd",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Adjusted_Name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: blocked cust",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: zip code",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: statement",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: representative : intl sales man: code",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: representative: domestic sales man: code",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: representative: intl rep",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: representative: intl RepId",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: representative: domestic rep",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: representative: import rep",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: representative: collector",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: representative: implant",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: export",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: is TOP Executive",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: domestic",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: import",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: import: main complex id",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: import: main complex",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: import: sub complex id",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: import: sub complex",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: import: classifier full name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: import: inspector full name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: header: export",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: header: export_id",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: header: export id",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: header: import",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: team: header: domestic",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: terms: usd rate",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Customer: city code",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "is_fedex_dim_import_special",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "is_fedex_dim_export_special",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "is_fedex_dim_drop_special",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "is_dim_import_special",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "is_dim_export_special",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "is_dim_drop_special",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "is_export_SpecialEconomy",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "is_import_SpecialEconomy",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "collect_no",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "cosmos_account",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Drop_ICPC";&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM FedexDWH.dbo."Customers_BI_qlikview";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Customers into [.\1_Raw\Customers.qvd]; &lt;/P&gt;&lt;P&gt;drop table Customers;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 16:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916586#M651112</guid>
      <dc:creator>amirkachlon</dc:creator>
      <dc:date>2015-07-27T16:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: right truncation over odbc connection</title>
      <link>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916587#M651113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's a "feature" from odbc-driver. Maybe you tried to replace them with an oledb-driver. Further helpful could be to use&amp;nbsp; &lt;A href="https://community.qlik.com/docs/DOC-4597"&gt;Incremental Load&lt;/A&gt; or to split the load into several packages (horizontally and vertically) to increase the speed, mimimize potential problems (network problems, timeouts, other accesses ...) and by problems to find the causes easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 08:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916587#M651113</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-28T08:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: right truncation over odbc connection</title>
      <link>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916588#M651114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add Regional=No to your connection string passed to DBI-&amp;gt;Connect. e.g. "dbi:ODBC:DSN=mydsn;UID=dbuser;PWD=dbpassword;Regional=No;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 08:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916588#M651114</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-28T08:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: right truncation over odbc connection</title>
      <link>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916589#M651115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you elaborate on what it actually do? &lt;/P&gt;&lt;P&gt;thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916589#M651115</guid>
      <dc:creator>amirkachlon</dc:creator>
      <dc:date>2015-07-28T09:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: right truncation over odbc connection</title>
      <link>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916590#M651116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please see the following document&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.easysoft.com/support/kb/kb00990.html" title="http://www.easysoft.com/support/kb/kb00990.html"&gt;http://www.easysoft.com/support/kb/kb00990.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916590#M651116</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-28T09:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: right truncation over odbc connection</title>
      <link>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916591#M651117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as far as my understanding goes, this setting is used for display purposes&amp;nbsp; only and should be turned of for any data processing.&lt;/P&gt;&lt;P&gt;Below is MS help&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use regional settings when displaying currency, number, dates and times&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; Specify that regional settings should be used for currency, numbers, dates, and times&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916591#M651117</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-28T09:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: right truncation over odbc connection</title>
      <link>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916592#M651118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Did you manage to resolve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 06:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916592#M651118</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-30T06:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: right truncation over odbc connection</title>
      <link>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916593#M651119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Well I find difficulty translating my qlikview odbc connection to the extened connection string format, so I didnt change manually the regoinal settings in the connection string.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;But checking my odbc connection settings I noticed that regoinal settings is off,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;is it enough to say that I'm not using regoinal setting on my odbc connection string?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;If not can you suggest a way to get the fuul connection string I use in my qvw file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;thanks for help&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Amir&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG alt="Regional.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94802_Regional.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 09:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916593#M651119</guid>
      <dc:creator>amirkachlon</dc:creator>
      <dc:date>2015-08-03T09:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: right truncation over odbc connection</title>
      <link>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916594#M651120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK found a solution -&amp;nbsp; changed the connection to oledb&lt;/P&gt;&lt;P&gt;works great for two weeks now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 09:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/916594#M651120</guid>
      <dc:creator>amirkachlon</dc:creator>
      <dc:date>2015-08-19T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: right truncation over odbc connection</title>
      <link>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/1785530#M1210001</link>
      <description>&lt;P&gt;Please see my post here for another solution to this issue in QlikView/Qlik Sense:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/right-truncation-over-odbc-connection/m-p/916594" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Dev/QVX-UNEXPECTED-END-OF-DATA/td-p/1691409&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 00:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/right-truncation-over-odbc-connection/m-p/1785530#M1210001</guid>
      <dc:creator>QlikPYee</dc:creator>
      <dc:date>2021-02-24T00:47:15Z</dc:date>
    </item>
  </channel>
</rss>

