Managing multiple connections

If you want more than one database connection in your application, you can either use multiple SQLCAs or you can use a single SQLCA to manage the connections.

 Use multiple SQLCAs
 Use a single SQLCA
 See also