lr_db_connect("StepName=sname",
"ConnectionName=conname",
"ConnectionString=Driver={SQLServer};Server=this;Database=ka;Trusted_Connection=yes",
"ConnectionType=ODBC",
LAST);
I need to connect to DB2 using lr_db_connect method... what are the properties values that i need to set in the above method....
Thanks,
Munaf
"ConnectionName=conname",
"ConnectionString=Driver={SQLServer};Server=this;Database=ka;Trusted_Connection=yes",
"ConnectionType=ODBC",
LAST);
I need to connect to DB2 using lr_db_connect method... what are the properties values that i need to set in the above method....
Thanks,
Munaf