c# - Strange issue on VPC server for data rounding either .Net or SQL Server -



c# - Strange issue on VPC server for data rounding either .Net or SQL Server -

let me explain i'm facing issue right now.

i have application (vs 2010 - .net framework 3.5) loads info every 5 mins table called x in sql server 2008 database.

there column called value in x of type decimal.

assume i'm passing 55.890 value column in x table.

when run application machine exact value storing database. same application runs vpc server value storing 56.000 database.

i'm not sure why rounding value , saved database server.

i've checked sql profiler using debug method vpc server when comes executenonquery method there can see value rounding. not happening local machine.

please share thoughts or help on , appreciated.

cheers

c# .net sql-server-2008 ado.net

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -