×

Loading...

I started to use Java from last Nov. when I join my send company in Canada. I don't know if it's a correct choice, although I can do java years ago.

You should be using interface java.sql.Connection, right? Check the java api at sun.com, you will find these methods:

1. getAutoCommit(): Gets the current auto-commit state.

2. setAutoCommit(boolean autoCommit): Sets this connection's auto-commit mode.
Report