What is difference b/w pre query and post query?

Showing Answers 1 - 1 of 1 Answers

matvin

  • Apr 20th, 2007
 

Pre-query trigger fires before the query excutes and fires once while you try to query. With the help of this trigger you can modify the where clause part dynamically.

Post-query fires after query excutes. So it fires for every row fetched. If the query fetches 10 rows then it will fire for 10 times.

  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