My problem is while connecing to the database con.open() gives an error.
the error handler just shows "No error found Unable to connect to database on ..."
this doesnot happen every time it connects to the database but it happens quite frequently.
restarting the system will make the code function properly for some time.
1) Are the drivers the problem
2) Does connection pooling solve the problem
Note
we are using a odbc 3.51 driver provived in mysql site.
We have closed every connection that we have opened.
there is specific pattern for connection failure , that is, some times it happens just 5 mins after the system is restarted, some times it works fine 5-6 hrs.
Bookmarks