Decimal Truncation using SqlParameter
Trying to store/retrieve records containing Decimal fields and the numbers are being rounded to a whole number.
Using C#, ADO(MDAC 2.8), and SQL Server 2000. I am setting the Precision and Scale (18, 2) on the SqlParameter and having no luck with the retrieval or inserting numeric fields with a fractional value.
Any ideas would be greatly appreciated.
Thanks...
hcontrerasPosted Feb 11, 2005, 9:30 AM
hcontrerasPosted Feb 11, 2005, 8:29 AM
rick_gabelPosted Jul 26, 2004, 4:13 PM
rick_gabelPosted Jul 26, 2004, 2:06 PM
mikerPosted Jul 26, 2004, 1:34 PM