We use Spring + Hibernate in Jboss application server. We have been using Jboss connection pooling for all our application connection pooling needs using the *-ds.xml file as follows
How to compare under given two fields in rails application Database1 : report_db, table name : detail,
I\'m getting what looks like rather serious database errors in my CodeIgniter application. In the log file it says:
I have a data access layer called \'LDA\' which contains the following code: db = DatabaseFactory.CreateDatabase(\"myConn\");
I have to code below - updated php code if(empty($_POST[\'formEmail\'])) { $errorMessage .= \"<li>You forgot to enter your email</li>\";
I ported my SQL Server DB from local to production environment and suddenly faced the following error during connect
I\'m using AnyEvent::DBI in a singleton package, and when there is no activity in the database / queries etc after many hours, I get this error while trying to issue a query:
I\'m having a problem connecting to a MySQL server over two different trusted domains. We\'re developing an app for internal use and have been using MySQL till now. It\'s a desktop app written in vb.n
In the last weeks we\'ve reached our mysql connection limit of 1500 several times. All of a sudden the Threads_connected just explodes (300 -> 1500 in just a few minutes).
If MySQL is dropping connections in a PHP application, and MySQL connection limit is set above the number of concurrent users in the application, which other factors can contribute to this behavior? A