A
Andreas Terzis
Hi there,
I have built a process on SQL Server using jobs and DTS
packages that creates some trending reports. The process
uses a text file to take its input parameters (dates and
output file location). I need to build an HTML page that
would be used as a front end interface to modify the
variables inside the text file. I don't know HTML that
well, so I was wondering if you could give me some
pointers. I'd appreciate any input. Thank you very
much. Here is the structure of the text file:
[Trending]
OriginalDate="01-31-2003"
TargetDate="01-31-2004"
OutputFolder="\\NetMain01
\user\Docs\Computing\Software\Reports\Output\Trending"
InputFile="Trending Results.xls"
I have built a process on SQL Server using jobs and DTS
packages that creates some trending reports. The process
uses a text file to take its input parameters (dates and
output file location). I need to build an HTML page that
would be used as a front end interface to modify the
variables inside the text file. I don't know HTML that
well, so I was wondering if you could give me some
pointers. I'd appreciate any input. Thank you very
much. Here is the structure of the text file:
[Trending]
OriginalDate="01-31-2003"
TargetDate="01-31-2004"
OutputFolder="\\NetMain01
\user\Docs\Computing\Software\Reports\Output\Trending"
InputFile="Trending Results.xls"