while (rsRegions.next()) { previousSubRegion = departsSubRegion; departsSubRegion = rsRegions.getString("DEPARTS_SUB_REGION"); arrivesSubRegion = rsRegions.getString("ARRIVES_SUB_REGION"); reportName = rsRegions.getString("REPORT_NAME"); downloadLink = roiURL + reportName + roisufix; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)