CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    115

    Exclamation Numeric Overflow

    Dear Sir,


    I am in a great problem, I have an application which working on mulity nodes but same report

    executing properly except one node. on that node when I trying the report after execution it

    giving 'numeric overflow' and the report not coming. the node also 32bit version. so what

    problem can be occured.

    Please help


    Thanking You


    Debasis Bag

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Numeric Overflow

    That error indicates that the number is to large to fit in the memory space allocated for it. Either you have an error in your code or you need a different variable type here.
    Always use [code][/code] tags when posting code.

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

Featured