Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
the product JDBC Connector reached end-of-life because it's technically outdated. Support of it ends 2018-12-31.
The successor product is the TIQ Java Service Connector and can be obtained here:
https://www.tiq-solutions.de/en/tiq-java-service-connector/
Best regards,
Ralf
--------------------------------
Hi everyone,
this is a demo version of our JDBC Connector for QlikView. It will enable a lot of non-ODBC/OLEDB sources for loading data into QlikView.
Also, it would give much more performance on QV 9 loads (Oracle, mysql etc.) and could speed up on complex network environments (like VPN, firewalls, WAN).
Please try it out and give us some feedback!
Installation instructions:
Missing feature (waiting for QV support):
Thanks to my colleague Sven "Benno" Uhlig who brought up this idea and implementation!
Ralf
UPDATE:
This is a new version which supports DDL and DML statements too. You will get a result set if a DML statement was executed with the update count.
Just try script calls like this:
DATA:
SQL CREATE TABLE test2 (col1 INT)
;
SQL insert into test2 (col1) values (1)
;
SQL update test2 set col1=2
;
SQL drop table test2
;
UPDATE:
New version comes with an installer and config dialogs. See also: http://www.tiq-solutions.de/display/enghome/ENJDBC for a list of possible JDBC sources.
Hi Ralf,
Thanks for the reply.
I have specified the Java run time class, the MySQL connector class and the driver given from the vendor (Hybris) all to no avail.
However, I can connect ok via DbVisualizer 9.0.8 but this doesn't help Qlikview - any ideas?
Regards,
Michael
Are you using the latest version? Please send me screenshots if all config dialog tabs and the connect statement from QV script to: ralf.becher@tiq-solutions.de
Hi Ralf,
This post is very interesting to connect qlikview with JDBC Connector.
I was wondering that i have installed the software and added the jar files to the connector and the connection is successful.
The issue i have is when i am trying to select the SQl query from JDBC connector it is grayed out.
Do i need to do something to get the tables, or views get displayed so that i can select the SQL as i needed.
"No select option for database/owner on table wizzard"
Why its not enabling to do sql query?
Regards
Sri
Hi Shree,
what database you are connecting?
- Ralf
Hi Ralf,
First i am trying to connect with oracle...
Please send me screenshots of all config dialog tabs and the connect statement from QV script to: ralf.becher@tiq-solutions.de
Hi Ralf
I installed the JDBC Connector. I am using 64 bit Qlivkview Desktop and also installed the 64 bit JDBC connector. When trying to connect i am getting "can't load jvm.dll. Please make sure its configured properly".
I have set the configuration properly on the jdbc connector setup.
Can you let me know if I am missing any configuration.
Thanks
Ramesh
Please contact me directly to solve any install problem. Send me the screenshots from the config dialogs.
Contact me by email: ralf.becher@tiq-solutions.de
Does this support Azure HDInsight Hive?
Probably yes, if there is a JDBC driver (.jar files)..