D
dwight0
I have a textbox databinded to a dataset (in c#).
The dataset is filled by a dataadapter, which connects to field in an
sql server database.
The field in the database is of type money.
In the application, if I retrieve a row of data, such as 40.00, it
comes back 40.0000.
I need just two digits.
I can't find any option to set the precision.
Im not sure if this would be in the dataset, the database, or where.
Any ideas?
The dataset is filled by a dataadapter, which connects to field in an
sql server database.
The field in the database is of type money.
In the application, if I retrieve a row of data, such as 40.00, it
comes back 40.0000.
I need just two digits.
I can't find any option to set the precision.
Im not sure if this would be in the dataset, the database, or where.
Any ideas?