Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
try
for each dsn in 'dsn1','dsn2','dsn3'
connect '$(dsn)';
....
disconnect;
next dsn;
But it as me password for each step.
How can avoid this
best regrads
One option to use OLEDB instead of ODBC. The OLEDB Connection string can save the encrypted password.
Can't your DSNs be configured with login/passwprd, if the security requirements permits?