What will happens in the database when the prepared statement first gets executed

Showing Answers 1 - 3 of 3 Answers

laxmidhar

  • Sep 5th, 2007
 

When a prepare statement got executed the statement will be executed through the parser. The parer will check the all syntax. Then it will go to the database. If any wrong was found on the statement then it will return error message..

  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