DB2 CLI's Version 2.1 support of multiple connections may affect existing applications that mix the use of embedded SQL and DB2 CLI.
If your application:
the second connect will fail since it is not same type of connection as the first connect.
The application must issue a CONNECT RESET before calling a DB2 CLI connect function.
Note: | An application should always explicitly reset a connection. |