hi
i want to know what happen if we do not "setAutocommit(true)" after a transaction..
at the begining of the transaction it is "setAutocommit(false)";
but then at the end of the transaction if i do not setAutocommit(true), is that will affected for the anoter transaction comming next....?
please help me......