Hi Diter,
in a SQLRPGLE program, how can I do to use 2 connections to 2 different RDBs.
Example: 1 connection to MS-SQL (ARDPGM) and one to DB2 (local).
Thanks.
... have a look at SET CONNECTION.
you could switch connections with SQL statement set connection. switching to the local database could be done as well by CONNECT RESET.
D*B
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
... have a look at SET CONNECTION.
you could switch connections with SQL statement set connection. switching to the local database could be done as well by CONNECT RESET.
D*B