What is the difference in using SQL directly and calling SQL from Peoplecode in Application Engine?

Showing Answers 1 - 3 of 3 Answers

Hey Priya,

 If you use SQL directly then it will go to database directly to fetch rows of data. But if u write SQL'S in peoplecode, den the trip will be from application server to database because peoplecode resides in app server.

One should avoid writing SQL'S in App engine peoplecode as it would degrade the performance.

Regards
Surender

  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