Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
imhappiee
Contributor III
Contributor III

Direct data discovery help

Hi experts,

I am trying to connect to mysql data base via ODBC connection and use direct statement to access database . but the load is failing, could you please help us why is that happening and what went wrong . How can I use direct data discovery to connect to mysql from qliksense and get access to live data.

here is the code i'm using

LIB CONNECT TO 'Jira (isc_sssamp)';

temp:

Direct select  ID,

    pkey,

    PROJECT,

from 'jiraindia'.issue;

exit script;

Thanks ahead

Anand.

0 Replies