Closed dueksam closed 8 years ago
it works but only with:
conn.createStatement().executeUpdate("BEGIN");
PreparedStatement ps = conn.prepareStatement(" ... ");
...
conn.commit();
without "BEGIN" it won't work. Don't know if it's supposed to work that way so I'll reopen :)
in the title
EDIT: not sure. Will maybe reopen