Explain the advantage and disadvantage of sqlexe in peoplecode?

Submitted by: Administrator
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
Submitted by: Administrator

Read Online PeopleCode Job Interview Questions And Answers