All,
This is my first day in ASP and also WEB programming and i am looking into a requirement which is on my plate when someone is on vacation.
There is a HTML page which returns data in XML format.
Something like this
Result:
- <response>
- <row>
<START_DATE>2006-05-17</START_DATE>
<INTERVAL>2006-05-17-00.00.00.000000</INTERVAL>
<SOURCE>2</SOURCE>
</row>
- <row>
<START_DATE>2006-05-17</START_DATE>
<INTERVAL>2006-05-17-00.00.00.000000</INTERVAL>
<SOURCE>3</SOURCE>
</row>
- </response>
------------------
All i need to know is how to read this webpage and load this data into my local database. Need to do it in ASP since all the subsequent pages designed are in ASP.
Any help is greatly appreciated
Thanks
This is my first day in ASP and also WEB programming and i am looking into a requirement which is on my plate when someone is on vacation.
There is a HTML page which returns data in XML format.
Something like this
Result:
- <response>
- <row>
<START_DATE>2006-05-17</START_DATE>
<INTERVAL>2006-05-17-00.00.00.000000</INTERVAL>
<SOURCE>2</SOURCE>
</row>
- <row>
<START_DATE>2006-05-17</START_DATE>
<INTERVAL>2006-05-17-00.00.00.000000</INTERVAL>
<SOURCE>3</SOURCE>
</row>
- </response>
------------------
All i need to know is how to read this webpage and load this data into my local database. Need to do it in ASP since all the subsequent pages designed are in ASP.
Any help is greatly appreciated
Thanks