Hi,
This query is related to
JDBC Transaction.(java.sql.Connection)
I am using DB2 for z/OS.
As per the documentation, commit() or rollback() on Connection instance should throw SQLException if the Connection is under auto-commit mode. I have tried to
test this, I do not get the exception.
Is it vendor- dependent ?
I get the below output.
true
rows updated: 3