MySQL Forums
Forum List  »  Connector/ODBC

Re: MySQL Datasource does not close connections
Posted by: xavier clavien
Date: May 11, 2010 03:11PM

hi

I could go forward in troubleshooting my problem and I think the problem is coming from MySQL and the MySQL connectors. I explain myself:

When troubleshooting I could notice that on a page that make the application crash, there are 4 DataSource control using MySQL Database and provider ".NET Framework Data Provider for MySQL" and when the page load I can see that 4 connections are opened for the user which seems normal at this point.

But the thing is when leaving the page, the connections are not close so after a few minutes using the application, all this user's connections are used on the MySQL server and then the application is crashing.

The application is almost finished and ready to publish so a solution would be good if it is not to re-code all the MySQL connections...

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL Datasource does not close connections
May 11, 2010 03:11PM


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.