"The LIMIT specified, '%2', is too large. %1"
         
               
               
               
                  
                     | Item | 
                     Description | 
                  
               
               
                  
                     | 
                         SQLCode 
                      | 
                     
                         -1000127L 
                      | 
                  
                  
                     | 
                         Constant 
                      | 
                     
                         EMSG_SQL_LIMIT_INVALIDSIZE 
                      | 
                  
                  
                     | 
                         SQLState 
                      | 
                     
                         QDB27 
                      | 
                  
                  
                     | 
                         ODBC 2 State 
                      | 
                     
                         ERROR 
                      | 
                  
                  
                     | 
                         ODBC 3 State 
                      | 
                     
                         ERROR 
                      | 
                  
                  
                     | 
                         Sybase Error Code 
                      | 
                     
                         20787 
                      | 
                  
                  
                     | 
                         Severity Code 
                      | 
                     
                         
                           14
                         
                      | 
                  
                  
                     | 
                         Parameter 1 
                      | 
                     
                         Location of the exception. 
                      | 
                  
                  
                     | 
                         Parameter 2 
                      | 
                     
                         The LIMIT that was entered. 
                      | 
                  
               
            
 
         Probable cause
            
            The LIMIT entered is too large. The LIMIT entered on the command line must be between 0 and 4294967295. However, this limitation is only for the LIMIT clause in the sql command. See the ASIQ Reference Manual for the actual, valid LIMIT size.