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 |
How do I receive a ResultSet from a stored procedure?
Is JDBC a language or Application?
What are the functions of the jdbc connection interface?
What type of driver called is pure Java driver?
how can we connect to db without using getConnection() method
Why do we need a jdbcrowset like wrapper around resultset?
How to find number of records in result set?
What is ODBC and JDBC? How do you connect the Database?
How do I know which jdbc driver to use?
What are the differences between stored procedure and functions?
What does adapter class provide?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................