Current Explanation says:
Since auto-commit has been disabled in the given code
(by calling c.setAutoCommit(false)),
you have to call commit() on Connection object explicitly ...
The object for the method should be changed to
con.setAutoCommit(false);
-----
[Explanation should say]
-----
Since auto-commit has been disabled in the given code
(by calling con.setAutoCommit(false)),
you have to call commit() on Connection object explicitly ...
-----
The explanation is correct, just a minor syntactical observation.
_____________________________________________________________________
Please confirm.
About Question enthuware.ocpjp.v7.2.1162 :
Moderators: Site Manager, fjwalraven
-
- Posts: 77
- Joined: Sun Jun 30, 2013 10:04 pm
- Contact:
-
- Site Admin
- Posts: 10389
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.ocpjp.v7.2.1162 :
Fixed.
thank you for your feedback!
thank you for your feedback!
Who is online
Users browsing this forum: No registered users and 12 guests