You are on page 1of 1

Loading Data from a Database – Connections and Syntax

Database connection syntax and rules


▪ LIB CONNECT TO 'connection name'; Data interface options
o Should precede every load statement requiring it
▪ Only one open connection at a time, during execution OLE DB Select provider
▪ Connections should be Read-only from list
o No Inserts, updates or deletes permitted ODBC Set up DSN in the
OS first

Source data extraction possibilities


Data can be extracted from several types of database datasets:
▪ Physical table structures
▪ Logical views, representing a return of a tabular dataset
▪ Programming constructs:
o Stored procedures which return a dataset
o User-defined functions which return a dataset

Connection storage locations


The connections are stored as follows:
▪ Qlik Sense Desktop: in the .qvf file
▪ Qlik Sense Enterprise: in the Server repository

© 2018 QlikTech International AB. All rights reserved. Qlik®, Qlik Sense®, QlikView®, QlikTech®, Qlik Cloud®, Qlik DataMarket®, Qlik Analytics Platform®, Qlik NPrinting®, Qlik Connectors®, Qlik GeoAnalytics®, Qlik Core™, Associative Difference™ and
the QlikTech logos are trademarks of QlikTech International AB which have been registered in multiple countries. Other marks and logos mentioned herein are trademarks or registered trademarks of their respective owners.

You might also like