What is the compile time error you're seeing?

Ian



                                                                                       
                            
                    "Raj Yadav"                                                        
                            
                    <[EMAIL PROTECTED]       To:     <[EMAIL PROTECTED]>               
                   
                    >                    cc:                                           
                            
                                         Subject:     [OT] Numeric Overflow            
                            
                    12/18/2003                                                         
                            
                    11:48 AM                                                           
                            
                    Please respond                                                     
                            
                    to "Struts                                                         
                            
                    Users Mailing                                                      
                            
                    List"                                                              
                            
                                                                                       
                            
                                                                                       
                            




Hi All,
I have a SQL query which give me sum from a Number column. The number is
huge. It is 44515445719.
I use rs.getInt(1) and it gives me Numeric Overflow Exception at Run
time.
I tried to use rs.getLong and rs.getDouble and they both give me compile
time error.

Can some one please help as to what can be used here.

Thanks,
-raj


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






This transmission may contain information that is privileged, confidential and/or 
exempt from disclosure under applicable law. If you are not the intended recipient, 
you are hereby notified that any disclosure, copying, distribution, or use of the 
information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. 
If you received this transmission in error, please immediately contact the sender and 
destroy the material in its entirety, whether in electronic or hard copy format. Thank 
you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to