M
Mika M
Hi!
My DataSet contains DataTable named as 'CurrencyRates', and it contains
fields: 'Currency' (like 'USD'), 'Rate' (like 1.1983) and 'Updated' (date
when updated). My application contains 'Update Currencies'-button, and
pressing it application should update 'Currencies'- DataTable (or insert if
missing currency) of the link
http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml but how to do this ?
I'm using VB .NET 2003 and Windows Forms Application.
I know basics of the .NET and ADO.NET, but my experience is not good enought
for this - for now I hope Probably very useful for many peoples to know.
My DataSet contains DataTable named as 'CurrencyRates', and it contains
fields: 'Currency' (like 'USD'), 'Rate' (like 1.1983) and 'Updated' (date
when updated). My application contains 'Update Currencies'-button, and
pressing it application should update 'Currencies'- DataTable (or insert if
missing currency) of the link
http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml but how to do this ?
I'm using VB .NET 2003 and Windows Forms Application.
I know basics of the .NET and ADO.NET, but my experience is not good enought
for this - for now I hope Probably very useful for many peoples to know.