PeopleCode Question:
Download Questions PDF

Explain the advantage and disadvantage of sqlexe in peoplecode?

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

Download PeopleCode Interview Questions And Answers PDF

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