Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to download a DBF ?
Message
From
23/10/2004 08:14:43
Suhas Hegde
Dental Surgeon
Sirsi, India
 
 
To
23/10/2004 08:06:49
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00953972
Message ID:
00953974
Views:
17
>I use this function GetFileFromUrl:
>FUNCTION getfilefromurl
>	LPARAMETERS lcRemoteFile,lcLocalFile
>	LOCAL lnReturn
>	DECLARE INTEGER URLDownloadToFile IN urlmon.dll;
>	    INTEGER pCaller, STRING szURL, STRING szFileName,;
>	    INTEGER dwReserved, INTEGER lpfnCB
>	lnReturn = URLDownloadToFile (0, lcRemoteFile, lcLocalFile, 0, 0)
>RETURN lnReturn=0
>
>
>>Hello,
>>How can I download a DBF from the internet over a very slow dialup (it takes about 9 minutes to download 1 MB)
>>
>>The address would be like
>>http://www.nseindia.com/content/historical/Equities/2004/oct/cm6oct2004bhav.dbf
>>
>>TIA
>>
>>suhashegde
hi,
Thanx for the quick response.

But dosent it download form the cache sometimes ? and how to ask it not to download from cache ?

suhashegde
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform