Live Scores
Shareware
Movie Stars
in
Miscellaneous
Progamming
(Entire Site)
Questions and answers to issues related to Microsoft: Windows, Applications, Development, Hardware, Server, Internet Protocols, Database, Exchange .
»
Progamming
»
Miscellaneous
»
HTML Table to Grid or Database
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/mkts
ummary.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.
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("Inte
rnetExplor
er.Applica
tion")
Explorer.Visible = 1
Explorer.Navigate("
http://
www.kse.ne
t.pk/kse4/
phps/mktsu
mmary.php
"
)