Hi,
I have added 10 sql queries in a statement using addBatch method, when i go for executing them using executeBatch method, if i stops java server and the executeBatch method has not completed all the queries.
Will the database will keep update of queries ran before stopping of server, or it will revert back all the changes done to database?
With regards
kandi
I have added 10 sql queries in a statement using addBatch method, when i go for executing them using executeBatch method, if i stops java server and the executeBatch method has not completed all the queries.
Will the database will keep update of queries ran before stopping of server, or it will revert back all the changes done to database?
With regards
kandi
Comment