1.

What For Ispreparedforexecution() And Executequery() Methods Used?

Answer»
  • isPreparedForExecution function will check whether all PARAMETERS are assigned properly and QUERY is ready for execution. 
  • On multiple navigations to the PAGE this query will not be executed multiple times.
  • While EXECUTEQUERY function is used for executing the VO query so that it can fetch the data from database into VO cache.



Discussion

No Comment Found