| Remote Data Collection |
This feature is a result of a small project in consolidating Csv files stored in multiple remote URLs. The goal is to generate a report for a multi-national investment company with companies around the globe. The management want to have a real-time reporting system so they can monitor the performance of different business units. The Csv format are fixed and generated from the accountant's Excel as soon as the data are available. These reports are as close to real time as possible as the data must be validated by the account before publication. After the accountants approve the data, They execute an Excel macro to generated the Csv file and uploads to the server.
dbRemoteURL defines the data source locations and these data sources are read and consolidated to produce table(s) and corresponding chart(s) via the regular chart and grid features.
|
<!--T_Remote.aspx-->
<script language="vb" runat="server"> |