Arithmetic overflow error converting numeric to data type numeric."

  • Hello ,

    I am using SQL Server 2000 & VS 2005 . I am retrieving some data with simple one line query with reader as object.

    After All initial declaration of reader and executing the reader

    I have written

    sreader.read where sreader is the object of sqldatareader.

    I am getting an exception "Arithmetic overflow error converting numeric to data type numeric."

    Any idea what should I do to remove this exception. My datatype for sql table in varchar and size is 50 .

    Any help is appreciated.

    Ash

  • Can you post the query (remove or change any sensitive information)?

    K. Brian Kelley
    @kbriankelley

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply