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?................
Answer Posted / anjani kumar jha
prepared statement work same as the statement,but there r
some differences.
wen u submitting the query first time following things happened
1)compiling the query
2)executing the query
3)sending results back to the program
2nd time onwards
1)executing the query directly
2) sending results back to the program
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How does a file store compare with a jdbc store?
Which type of driver provides jdbc access via one or more odbc drivers?
What is type 4 jdbc driver?
What is jdbc architecture?
please tell me the name and url path for type-4 driver ?
What is jdbc oracle thin?
What is jdbc type?
Result set’s index starts with 0 or 1?
What is JDBC Statement?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
How can we execute stored procedures?
What are the components of jdbc?
What are the utilities of the callablestatement?
What is the different between ResultSet and RowSet?
What should be done for auto generating primary key id in a table ?