Hi,
i am trying to find the behaviour of dbcp about autocommit property.
i am getting the connection from pool and then setting autocommit property
false .
after doing a few transactions,i commit or rollback the transaction and then i
close the connection so it goes back to the pool.
everthing is ok up to now.
if i get that connection one more time after theese operations, then what is
the autocommit property? False or True ?
i expect to be false because i set it false and sent to pool.
what do you think?