How to reslove arithmetic overflow error converting expression to data type int

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • syedshaffee
    New Member
    • Jan 2012
    • 91

    #1

    How to reslove arithmetic overflow error converting expression to data type int

    Hey People,

    I'm Getting "arithmetic overflow error converting expression to data type int"


    While Updating And Deleting
    Code:
    Please Look @ the Following Attachment Below
    And This Error Only Occurs For One Record.
    Attached Files
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You will either need to drop the row or convert your field to a larger data type.

    Comment

    • syedshaffee
      New Member
      • Jan 2012
      • 91

      #3
      I couldn't even delete the Row Please Help Me on this

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        Without the code that you're using, all I can say is what I said earlier.

        Comment

        Working...