Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to download a DBF ?
Message
From
23/10/2004 08:06:49
 
 
To
23/10/2004 07:42:23
Suhas Hegde
Dental Surgeon
Sirsi, India
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:
00953973
Views:
18
This message has been marked as the solution to the initial question of the thread.
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform