When you connect to an SQLite database, the default mode is auto-commit. ... executeUpdate(); // commit work conn.commit(); } catch (SQLException e1) { try ...
確定! 回上一頁