Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to download a DBF ?
Message
De
23/10/2004 08:06:49
 
 
À
23/10/2004 07:42:23
Suhas Hegde
Dental Surgeon
Sirsi, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
00953972
Message ID:
00953973
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform