how to retain exact numbers that come from Access Database
Posted
by Shiny
on Stack Overflow
See other posts from Stack Overflow
or by Shiny
Published on 2010-05-27T06:40:35Z
Indexed on
2010/05/27
6:51 UTC
Read the original article
Hit count: 180
c
|datagridview
MY scenario is... I have 6,000 datas in Excel Sheet.. I try to import to Access Database.It enters the Database like this..
UNit Price 34512.00 Vat 4.00
BUt when i Retrieve to DataGridColumn it Shows vat Rate as 4(whole number).I accept zeros has no values..But I need that to be displayed in Grid as 4.0 . How to achieve this
© Stack Overflow or respective owner