Results 1 to 2 of 2

Thread: [RESOLVED] Overflow Error???

Hybrid View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Resolved [RESOLVED] Overflow Error???

    I keep getting an "Arithmetic overlow error converting varchar to data type numeric" when I try to update a database row. I don't understand why because the columns in my DB table that are numeric are defined Decimal(3, 2). Every variable (which I've defined a structure for) in my VB.Net 2005 application that holds these Column values are defined as Decimals as well. This data is viewed thru the GUI by a DGV. There is only one section of code that actually moves the Grid Data to the Structure variables and then I use the CInt() function to convert the data just to make sure. What else could be causing this?

    Thanks,
    Blake

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: Overflow Error???

    Fixed it!!!
    Blake

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width