Subject Do I need to commit every transaction if I'm using jaybird?
Author Mohd. Jeffry
If I'm builing an jsp/servlet apps using JDBC + jaybird, do I need to
commit my select,insert and update statements? Is it a requirement of
just a performance / safety precaution to commit after each
transaction in jsp/servlet apps?