Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NumericUpDown w/ decimals
Message
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
C# 1.1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01042036
Message ID:
01042379
Views:
20
Nevermind, the problem was I wasnt specifying the scale of the decimal in the stored procedure....

@disc1 as decimal

to

@disc1 as decimal(20,2)

Brain Fart! Thanks anyway!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform