Posts by Gleyson Lopes • 11 points
2 posts
-
0
votes1
answer441
viewsA: Decimal value with 5 decimal places in sql server
Just for the record, the problem I mentioned above was due to the generation of the ORM being generated via Reverse Engineering (EF Powertools), unfortunately I can’t say if it was the version of…
-
1
votes1
answer441
viewsQ: Decimal value with 5 decimal places in sql server
I’m developing an application (Asp.NET MVC 5.2.3.0, EF 6.1.3 e SQL Server 2012), the database has a table with the field decimal(6, 5), when I save a value in this field -2,56478 for example in the…