1.

What Do You Mean By Batch Updates?

Answer»

If you want to EXECUTE a SET of statements, i.e. SQL statements at a TIME then we USE batch update statement.
resultset=pst.batchUpdate();

If you want to execute a set of statements, i.e. SQL statements at a time then we use batch update statement.
resultset=pst.batchUpdate();



Discussion

No Comment Found