12 Sept 2012

com.mysql.jdbc.exceptions.jdbc4.mysqlnontransientconnectionexception too many connections


    if(con!=null)
{
try
{
con.close();
}
catch (Exception Ex)
{
}
}

0 comments:

Post a Comment