What is the difference between Callable Statement and Prepared Statement?

Showing Answers 1 - 1 of 1 Answers

Sushil

  • Nov 24th, 2005
 

when we want to call a database procedure or want to excute the precompiled codes then we use callable statement.Prepared statement is sql query that is dynamically set for its field or fields.callable statement is inbound  and prepared statement is out bound to a db server.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions