PeopleCode Question:

Explain the advantage and disadvantage of sqlexe in peoplecode?

PeopleCode Interview Question
PeopleCode Interview Question

Answer:

By using SQLExec function we can do the manipulation to the database. we can write insert,update,delete sql commands.But drawback while selecting the data using sqlexec, it will return only one at a time.another drawback, if the name of the records changed, then you have to make the changes in the code as the query will in the quotes inside sqlexec


Previous QuestionNext Question
Explain about component Buffer?Tell me Where can we write the peoplecode?