I am pulling some data from an Access database. There are two columns that are of the type currency. If I query the table through Access these two fields are formatted correctly as currency.
However, when I execute the same query through a .net winform application the data is formatted as simply integers. How can I get the correct formatting?
Thanks,
enak
However, when I execute the same query through a .net winform application the data is formatted as simply integers. How can I get the correct formatting?
Thanks,
enak