01-11-18 04:37 PM
01-11-18 05:39 PM
20-02-21 08:07 PM
Use Below Connection String and update the values for your database
"Provider=DB2OLEDB;Network Transport Library=TCPIP;Network Address=xxx.xxx.xxx.xxx;Initial Catalog=MyCtlg;Package Collection=MyPkgCol;Default Schema=Schema;User ID=myUsername;Password=myPassword;"
Below is the flow of the process to run the query.
22-02-21 01:06 PM
02-12-22 11:19 AM
Hello, Thanks for this!
In addition, if network port needs to be configured - following string should be added to connection string:
"Network Port=xxxxx;"