I would like to manage transaction explicitly in the application (using JDBC). I believe it is possible, isnt'it?
If I understand correctly I must update the configuration setting autocommit on off. Can you tell me how can I set this configuration autocommit off? I believe this setting is established when the database is created, isnt'it?
And the second question is the following:
Can I use the sentence SAVE TRANSACTION? If not can you show me a similar sentence, please.
Thanks in advanced.