I have an app that connects to a mysql database.
This app uses foreign currency rates in a big way to establish prices for various commodities.
At the moment these rates are captured into the db manually each day.
My question is :
Is it possible to obtain these rates at regular intervals each day from the Internet?
And if so how would one go about achieving this operation?
The Sever on which the db resides does have a permanent connection to the internet.
Any help you can give would be greatly appreciated


Reply With Quote
