Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generating Business Object
Message
From
29/06/2011 06:50:58
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Generating Business Object
Miscellaneous
Thread ID:
01516654
Message ID:
01516654
Views:
105
Hello. I have a field, "Cost" in an SQL Server table. The data type is numeric(10,2).
I don't want to save NULL values in this field so the default value is 0.00.

When creating the business object for that table I get an error

"Warning treated as error: Implicit conversion from "Double" to "Decimal"

I get the same error when I change the data type to decimal(10,2). How do I get this to work with the business objects?


Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform