in

HTML Table to Grid or Database

Hi All
First of all I need your ideas very urgently as I have very less time to do the task.I have to transfer data from HTML table to Any place where I can use it like in Grid (VB) or in Tables ( Oracle, Access) .

The site from where I am going to get the data is
http://www.kse.net.pk/kse4/phps/mktsummary.php

The one idea which comes to my mind is to save the page and then read it from file, Is there any other way because it will be difficult to make a genral routine for this task as number of rows changes daily.

Please Help me , I need to solve this problem ungently.
Movie Stars

Solution: HTML Table to Grid or Database

What languages do you use? Which do you prefer?

The following can be used as a VBScript; try it for a quick test.


Set Explorer = WScript.CreateObject("InternetExplorer.Application")
Explorer.Visible = 1
Explorer.Navigate("http://www.kse.net.pk/kse4/phps/mktsummary.php")