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
Difference between comparator and comparable in java?
How many tetrahedral voids are there in bcc?
Why is stringbuffer thread safe?
Is integer passed by reference in java?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Can a static member function access member variable of an object?
What do you mean by default constructor in java?
What is a class instance variable?
Is main a keyword in java?
Differentiate between class and structure.
What is public static?
What is the null?
How do you classify Dialog Box?
Are global variables initialized to zero?
Which class is used by server applications to obtain a port and listen for client requests?