data exchanges

rjhe22

Well-known member
Joined
May 22, 2008
Messages
88
Programming Experience
Beginner
hi
im building an application that when runs goes out to the ecb takes down its exchange rates and puts them into my db. now the exchages rates are in xml format. has anyone build any app like this and if so have they an ideas on the best way to do it
 
Exchange rates? Well....build an xml adapter/reader to load the xml files in, supply the required data, have the program use the xml to get the desired result and throw it in the database....I could show you how to utilize the database....but you (or someone else) would have to get the xml thing working...
 
is there anyone out there that no how to get the info of the ecb xml document and get it into a datagrid
 
Back
Top