mla mla

Greenhorn
+ Follow
since Aug 19, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by mla mla

Hi all,
I have this err "Exclusive access could not be obtained because the database is in use". I disconnect the first connection and create another database connection but I have this error.

firstly what I disconnect is

static Connection con = null;
static Connection con1 = null;
if (con != null) {
con.close();
}
but I bitterly experiencd the error........