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.

 To use multiple SQLCAs
 To use a single SQLCA