<?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 Direct Discovery for mySQL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636608#M437849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing an application which required Direct Discovery. I tested using the MSSQL, I got no problem in developing the application. But now I need connect to another database type which is mySQL, but when I reload the script, error from the DIRECT QUERY statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: 37000, ErrorCode: 1064, ErrorMsg: [MySQL][ODBC 5.3(w) Driver][mysqld-5.0.41-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[ServiceNo] FROM [branchs].[stuservice]' at line 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice. Or anyone have the sample code for direct discovery in mySQL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;CS Khoo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2014 06:09:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-03T06:09:36Z</dc:date>
    <item>
      <title>Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636608#M437849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing an application which required Direct Discovery. I tested using the MSSQL, I got no problem in developing the application. But now I need connect to another database type which is mySQL, but when I reload the script, error from the DIRECT QUERY statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: 37000, ErrorCode: 1064, ErrorMsg: [MySQL][ODBC 5.3(w) Driver][mysqld-5.0.41-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[ServiceNo] FROM [branchs].[stuservice]' at line 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice. Or anyone have the sample code for direct discovery in mySQL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;CS Khoo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636608#M437849</guid>
      <dc:creator />
      <dc:date>2014-06-03T06:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636609#M437850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the entire SQL query here?&amp;nbsp; Have you run the statement successfully against MySQL directly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636609#M437850</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-06-03T06:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636610#M437851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MySQL has different SQL syntax than MSSQL..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636610#M437851</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-03T06:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636611#M437852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, when the script start to run the 1st column, then error. If not using any direct discovery function, I managed to read every tables as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO QlikQMS (XUserId is fBMYMZdNPDdeP, XPassword is YWaGDZdNPDdCDZMGPG);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECT QUERY&lt;/P&gt;&lt;P&gt;&amp;nbsp; dimension&lt;/P&gt;&lt;P&gt;&amp;nbsp; ServiceNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp; BranchCode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CurrTicket,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NextTicket,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PhysicalTicketWaiting,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TransferTicketWaiting,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PhysicalTicketIssued,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TransferTicketIssued,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PhysicalTicketServed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TransferTicketServed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PhysicalTicketCalled,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TransferTicketCalled,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PhysicalTicketRenegaded,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TransferTicketRenegaded,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TicketTransferredOut,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AvgWTSec,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AvgSTSec,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AvgTTSec,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CurrWTSec,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CurrSTSec,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TotalWTSec,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TotalSTSec,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TotalTTSec,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TotalWithinTgtWT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TotalWithinTgtST,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TotalWithinTgtTT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CurrTicketIssueTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CurrTicketStr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NextTicketStr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UpdateTimeStamp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ServiceState,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LastStatusTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GroupTicketCount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; detail&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CounterOpened&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM branchqms.stuservice;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636611#M437852</guid>
      <dc:creator />
      <dc:date>2014-06-03T06:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636612#M437853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea how to solve? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636612#M437853</guid>
      <dc:creator />
      <dc:date>2014-06-03T07:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636613#M437854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the Direct Query syntax seems to be correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636613#M437854</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-03T07:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636614#M437855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's probably the created SQL in the background and MySQL doesn't like the brackets...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw. you can trace those SQL statements in the ODBC driver.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636614#M437855</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-03T07:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636615#M437856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is the only thing I could find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct discovery can be used in conjunction with MySQL and MS Access but may require the&lt;/P&gt;&lt;P&gt;following parameters in the set variables due to the quoting characters used in these sources:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;SET DirectIdentifierQuoteChar='``';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;Bill&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636615#M437856</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-06-03T07:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636616#M437857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please advice how to trace the statement? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636616#M437857</guid>
      <dc:creator />
      <dc:date>2014-06-03T08:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636617#M437858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did applied this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636617#M437858</guid>
      <dc:creator />
      <dc:date>2014-06-03T08:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636618#M437859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;Select the &lt;STRONG&gt;Tracing &lt;/STRONG&gt;tab in the ODBC Data Source Administrator dialog box.&lt;/LI&gt;&lt;LI&gt;Change the Log File Path or leave the default path indicated.&lt;/LI&gt;&lt;LI&gt;Click the &lt;STRONG&gt;Start Tracing Now &lt;/STRONG&gt;button.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636618#M437859</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-03T08:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery for mySQL</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636619#M437860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone. I solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill's ans is correct. I did apply this statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier, monospace; font-size: 12px; background-color: #f6f6f6;"&gt;SET DirectIdentifierQuoteChar='``';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier, monospace; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier, monospace; font-size: 12px; background-color: #f6f6f6;"&gt;But i changed the quote char. =P &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier, monospace; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier, monospace; font-size: 12px; background-color: #f6f6f6;"&gt;Sorry.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier, monospace; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier, monospace; font-size: 12px; background-color: #f6f6f6;"&gt;Thanks anyway!!!!!!!!!!!!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-for-mySQL/m-p/636619#M437860</guid>
      <dc:creator />
      <dc:date>2014-06-03T08:32:15Z</dc:date>
    </item>
  </channel>
</rss>

