Preview:
SalesByStaffReportTemp salesByStaffReportTemp;
//table type from properties TempDB

 ttsBegin;

while (resultSet.next())
{
  salesByStaffReportTemp.clear();
  salesByStaffReportTemp.StaffName =StaffName;
  salesByStaffReportTemp.NetSalesVat =any2Real(NetSalesVAT);
  salesByStaffReportTemp.insert();
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter