Database Connections Not Dropping with Pooling=false
Posted by: Darren Gulliver
Date: June 06, 2016 05:55AM

Hi,

Eventhough I have turned off pooling within the connection string, connections are still remaining active after disposing.

Here is the connection string string which we store in the web.config file.

<connectionStrings>
<add name="GBTF" connectionString="server=www.****.co.uk;user id=******; password=******; database=******; pooling=false; max pool size=100; port=3306;Convert Zero Datetime=True;" />
</connectionStrings>

This is an ASP/VB.Net project.

Any advice appriciated.

Thanks
Darren

Options: ReplyQuote


Subject
Written By
Posted
Database Connections Not Dropping with Pooling=false
June 06, 2016 05:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.