Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8131669
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T09:09:15+00:00 2026-06-06T09:09:15+00:00

I have a table with the column name: variant_markup datatype: numeric(4,3) I try to

  • 0

I have a table with the column

name: variant_markup
datatype: numeric(4,3)

I try to put value 10.000 into it

And I get the Error

An error occurred while updating the entries

10.000 Out of range

It shouldn’t be, and I have other columns with same data type and the same process to add a number in, and they don’t complain!

The code:

decimal strippedMarkRate = decimal.Round(0, 3);
        if (MarkUpTextBox.Text != string.Empty)
            strippedMarkRate = decimal.Round(decimal.Parse(toolbox.removeChars(MarkUpTextBox.Text)), 3);

variant_markup = strippedMarkRate;

toolbox.removeChars function just removes any character that isn’t a digit or a decimal point from the box, is there a way to do this with regex by anychance?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T09:09:17+00:00Added an answer on June 6, 2026 at 9:09 am

    If you want to insert 10.000 then your data type needs to be defined as numeric(5,3). The first digit in the numeric type declaration is the maximum number of digits in the number (precision). In the case of 10.000, there are 5.

    decimal and numeric (Transact-SQL)

    decimal [ (p[ ,s] )] and numeric[ (p[ ,s] )]

    …

    p (precision) The maximum total number of decimal digits that can be stored, both to the left and to the right of the decimal point. The precision
    must be a value from 1 through the maximum precision of 38. The
    default precision is 18.

    s (scale) The maximum number of decimal digits that can be stored to the right of the decimal point. Scale must be a value from 0 through p.
    Scale can be specified only if precision is specified. The default
    scale is 0; therefore, 0 <= s <= p. Maximum storage sizes vary, based
    on the precision.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have trouble saving my date field into database using CakePHP. Table column name
I have to get the Table and Column name of the Foreign keys on
I have a table name KHA_ID with a column name of KHA_ID. I went
I have a table with column for storing product code. | product_id | Product-name
I have a DataGrid table with columns name , phone . In column name
I have a table with columns 'id', 'name', 'value', 'uniqueConst' in both databases. Now
Suppose I have a table with a column name varchar(20) , and I store
I have a 3 column table (name, author, and date). When the page loads,
I have a table with Column name Height, the table has millions of records
i have one table where one column name is city. for every user i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.