Is there any limitation for no of statments executed with
in batchupdate?
Answers were Sorted based on User's Feedback
No, any number of statements we can write in the batch
update but all the updates only means
(insert,delete,update) not select
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / rachnasingh
limitation is depend on the person.this critira is mention
the person personalty also.
| Is This Answer Correct ? | 0 Yes | 4 No |
What is drivermanager in jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is batch processing and how to perform batch processing in jdbc?
What are the packages are used in jdbc?
If you are truncated using JDBC, how can you that how much data is truncated?
What are types of jdbc drivers?
How to make updates to updatable result sets in jdbc?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
What is meant by jdbc?
What does jdbc stand for?
Explain the two tier and three tier architecture of jdbc.
can we define indexes on a foreign key? Explain pros and cons?