Pulling Web CSV Data Directly Into PureBasic Program?

Just starting out? Need help? Post your questions and find answers here.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

If it's a firewalling issue then no matter what functions you use to make the network connection you're going to have the same problem.. That's only *if* it's a firewalling issue.

If you take a look at the page right now you'll see a "too many connection" errors. Most web servers can limit the number of requests you can make, you might be running into that if you're making the requests really quick..

URlDownloadToFile_() has been working good for me from here (even on the URL you posted) - Windows XP Ath 1.3Ghz 256RAM with all 9 billion patches installed.

Good luck figuring this one out!!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Karbon wrote:If it's a firewalling issue then no matter what functions you use to make the network connection you're going to have the same problem.. That's only *if* it's a firewalling issue.

If you take a look at the page right now you'll see a "too many connection" errors. Most web servers can limit the number of requests you can make, you might be running into that if you're making the requests really quick..

URlDownloadToFile_() has been working good for me from here (even on the URL you posted) - Windows XP Ath 1.3Ghz 256RAM with all 9 billion patches installed.

Good luck figuring this one out!!
But i think then its not a firewall, because this same method works for other urls and the Network works with all urls.
ARGENTINA WORLD CHAMPION
Post Reply