Ask a Question related to ASP Database, Design and Development.
-
Jeff #1
Unwanted Rounding
I have a decimal datatype set to precision 5 and scale 2. When I try to
insert a new record via ASP using a stored procedure, my numbers are rounded
with no decimals (e.g., 2.2 becomes 2, 2.6 becomes 3, etc.). How can I make
sure the values being entered on my web page are inserted as they are
entered and not rounded? Thank you.
Jeff Guest
-
Rounding to nearest 100
Hi all. I am new to working with formatting numbers. I have a form inputting sales totals into a Microsoft Access database. I need a field for... -
Rounding off
Hello, I need the ability to round off dollar amounts to the nearest 100th of a dollar amount, IE $14.9564 to $14.96 or $132.1123 to $113.11 ... -
Rounding Up
Is there a way to make your numbers always round up. Ex: if the number is 0.0341 it will round to 0.035 Brent -
how to keep decimals from rounding
Is there a way to surpress round() or number_format() from rounding decimal places? I have a value of ".253338" being returned via a calc... -
rounding buttons
I want to round my buttons and once upon a time knew how to decrease or increase my roundness. But now can't seem to find the window that allows me... -
Jeff #2
Re: Unwanted Rounding
I have solved this one. I failed to specify the precision and scale in the
stored procedure. Once I did that, my decimals are being stored as I
needed.
"Jeff" <guarna@aol.com> wrote in message
news:uMidncniUf9ggH_dRVn-gQ@lmi.net...rounded> I have a decimal datatype set to precision 5 and scale 2. When I try to
> insert a new record via ASP using a stored procedure, my numbers aremake> with no decimals (e.g., 2.2 becomes 2, 2.6 becomes 3, etc.). How can I> sure the values being entered on my web page are inserted as they are
> entered and not rounded? Thank you.
>
>
Jeff Guest



Reply With Quote

