Link to home
Start Free TrialLog in
Avatar of toddbranch
toddbranch

asked on

Accessing Data for an Application Through an Internet Server

Hi all-

I am creating an interactive investment application.  I have all of the
historical quote data (all data necessary to plot a graph) on my web
server.  I want to use all of this information to plot a graph of the
stock's history while the user is on the internet.  When the user is not
on the internet, the graph would simply be blank.  I know that it is necessary to use the Inet control to FTP previously set files. (I think?!)  Is there a way that I can do this? (I have seen it done in bigeasyinvestor @
www.bigeasyinvestor.com).
Please address replies to toddbranch@home.com.

Thanks.

toddbranch
Avatar of toddbranch
toddbranch

ASKER

Adjusted points from 80 to 400
Why do the stock values always have to be on the webserver - can't you just download the stocks history from the server, and when they connect to the internet, just get the values that they don't have, and plot the graph on the local machine, therefore saving the server a lot of processing?
look here for retrieving data from http servers http://616.org
I am going to have a database of over 12,000 stocks that will each have historical data of at least a couple of hundred of kb each.  I want to make the download of the application as small as possible.  I can access this data from a stock service that already has all of this on their server.
catdaddy-
where on the website do I look for info on accessing data on http servers?
ASKER CERTIFIED SOLUTION
Avatar of netvan
netvan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial