![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| [SOLVED] Best Program for Data Scraping: Borland Delphi, VB6, or ??? I hired a developer to create a program for me to scrape data from several sites into an Excel spreadsheet. Apparently, he wrote the program in Visual Basic 6 using IE automation. The program is VERY slow. And every time one of the websites makes a minor HTML change, the program needs to be updated. Upon hearing this, another developer just shook his head and said it should have been writen using Borland Delphi 7, using Internet sockets. All this is Greek to me. In simple terms, what program is best at extracting data from websites? What should I be looking for in the development of such a script? |
| |
| |||
| VB application is slower if we compare it to Delphi , but it doesn't make any application which build with Delphi is always fast. It depends on their algorithms. I think 'the another developer' build their application with Borland Delphi, so they said Delphi is fastest than VB. I use Internet Sockect for extracting XML from Amazon for my Mp3 tagger (I use Delphi), but i think whatever programming language we are using, we can't increase the extraction time anymore. I admit, IE Automation is slower than Internet Socket in Delphi, but you can ask your VB developer to change its way in extracting some data from internet, don't use IE automation. Maybe there's another problems in your VB application, not just because IE automation. |
![]() |
| Thread Tools | |
| Display Modes | |
| |