How do you fix this problem?

The Get Student Enrollments page uses a PeopleCode program to select and display rows based on user input.
When the user clicks Refresh, FieldChange PeopleCode populates a stand-alone rowset using a Select method.
When you test the program, the new rows are appended to the previous rows instead of replacing them. How do you fix this problem?
A. Use a work scroll instead of a stand-alone rowset.
B. Add &Rowset.Flush(); after the Select method.
C. Use an Update method instead of a Select method.
D. Add &Rowset.Flush(); before the Select method.
E. Add &Rowset.Refresh (); after the Select method.
F. Add &Rowset.Refresh(); before the Select method.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.