Hey All,
The highlighted instructions for Assignment 2 Performer is not clear to me. Could someone clarify?
Hey All,
The highlighted instructions for Assignment 2 Performer is not clear to me. Could someone clarify?
Assign, dt_YearlyReport = new Datatable
Thanks, but does that mean I create a new datatable variable?
Yes we have to create that DataTable variable and say ‘dt_YearlyReport’ and do initialization like new Datatable.
In this assignment, we will download each month report for each vendor ID and will merge all monthly reports for that vendor and will store result into dt_YearlyReport dataTable variable.
Ok, I understand that part. I have created a datable called dt_YearlyReport, but what is value of the assign?
On right hand side, just write new Datatable.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.