Re: Component/program for downloading data/statistics from the web?



"Ben Crain" wrote:
> predicting, but I'm at a loss on how to get the required data (updated
> each week) into the program.

If your data is available on the Web, you can download it using the WinInet
API (I'm using it in RTC components for the client-side), which is the
simplest thing to handle from Delphi, without the use of any third-party
communication component set. I'm sure you can find a lot of examples for
using WinInet API with Google. This would keep your components independent
from any other third-party tools, while you eliminate any proxy and firewall
problems (WinInet API uses IE settings to go through proxy servers). Just
search for "wininet download" in Google and you will find tons of examples
for using the WinInet API to download files.

--
Danijel Tkalcec
http://www.deltasoft.hr/rtc/author.htm

RealThinClient components
-------------------------------------------
* The Easiest way to build Internet-enabled applications
- Clients, Stand-alone Servers, ISAPI extensions -
> Write and Call Remote Functions
> Download and Upload Files
> Single- and Multi-Threaded mode
> Firewall friendly - all over HTTP
> Stress-tested for highest stability

http://www.realthinclient.com
or www.deltasoft.hr/rtc

news://news.realthinclient.com
or news://dtkalcec.homeip.net


.



Relevant Pages

  • Re: Internet API
    ... download & parse some data. ... under windows there is something called wininet (if I recall ... is there a similar API in Linux? ...
    (comp.os.linux.development.apps)
  • Re: Internet API
    ... download & parse some data. ... you know perhaps, that under windows there is something called wininet, and this is an API, which you could use to do the said operations. ... is there a similar API in Linux? ...
    (comp.os.linux.development.apps)
  • Re: Library design for downloading an unknown amount of data?
    ... easy to use api for all supported devices. ... The first one is the device layer, which itself consist of a protocol layer and a memory layout layer. ... An single dive is also a blob of binary data, but with some additional metadata that is required for parsing that data, such as current time at the time of the download, model/serial number, firmware revision, etc. ...
    (comp.lang.c)
  • Re: WinINET API... Yay or Nay?
    ... indicate progress, and want to completely control the download, then for the ... DoFileDownload API of IE ... ... determined that the WinInet API was too unstable and unreliable to use. ...
    (microsoft.public.vb.general.discussion)
  • Re: WinINET API... Yay or Nay?
    ... indicate progress, and want to completely control the download, then for the ... DoFileDownload API of IE ... ... determined that the WinInet API was too unstable and unreliable to use. ...
    (microsoft.public.vb.controls.internet)