Answer Posted / shahnawaz sheikh
If AutoCommit is off, then any update or insert operation
perforned on database will not be reflected just after the
query is executed.Though the operation has been
successfully completed.
We will have to commit the transaction manually, to view
the incurred changes.
This also keeps user on the safer side, if some
undesirable row has been inserted,updated or deleted in the
database then it can be rollback.
While if the AutoCommit is on any update,insert or delete
are at once reflected onto the database.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is a default constraint?
What are the basic control structures?
How do you square a number?
What are the two main uses of volatile in Java?
Write a function to find out longest palindrome in a given string?
State the difference between strings and arrays.
How does system arraycopy work in java?
Is string is a keyword in java?
What are the parts of a method?
What is the size of integer?
What is the difference between method and means?
What are the 6 mandatory procedures for iso 9001?
Can we create a class inside a class in java?
How do you include a string in java?
Is java programming easy?