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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need for help

I would like to perfom a parsing of the a set of SDN ODBC connection.

So I defined SDN ODBC as From_source_A, From_Source_B,....From_Sour_B. Each datasource has the same DDL.

The aim is to parse this set of SDN ODBC and perfom the smae loading script.

Have you an idea ?

Best regards

Sire

Labels (1)
4 Replies
yblake
Partner - Creator II
Partner - Creator II

try

for each dsn in 'dsn1','dsn2','dsn3'

connect '$(dsn)';

....

disconnect;

next dsn;

Not applicable
Author

But it as me password for each step.

How can avoid this

best regrads

disqr_rm
Partner - Specialist III
Partner - Specialist III

One option to use OLEDB instead of ODBC. The OLEDB Connection string can save the encrypted password.

Anonymous
Not applicable
Author

Can't your DSNs be configured with login/passwprd, if the security requirements permits?