Hi,
I've noticed that some connections to the Oracle database still exist with the "inactive" status after the DataAccessAdapter object is out of scope and, I assume, is disposed.
I've verified that when I create an Adapter with the pKeepOpened parameter set to true, I use the CloseConnection at the end. If I don't use the pKeepOpened parameter, my understanding is that LLBLGen closes the connection right after the statement is executed.
So, why if I check Oracle sessions after my app is closed, I still see the connections from the ASP.NET? Is this a result of connection pooling? These connections go away after I restart the IIS.
Please help me to understand why it works this way or how to remove the connections that are not used any more.