"Column name '%2' is invalid.  The column name must follow the format [OWNER.]TABLE.COLUMN.  %1" 
         
               
               
               
                  
                     | Item | Description | 
               
               
                  
                     | SQLCode | -1000223L | 
                  
                     | Constant | EMSG_INVALID_COLUMN_NAME | 
                  
                     | SQLState | QDC23 | 
                  
                     | ODBC 2 State | ERROR | 
                  
                     | ODBC 3 State | ERROR | 
                  
                     | Sybase Error Code | 20883 | 
                  
                     | Severity Code | 
                           14
                         | 
                  
                     | Parameter 1 | Location of the exception. | 
                  
                     | Parameter 2 | The name of the column typed by the user. | 
               
            
Probable cause
            
            The column name must follow the format [OWNER.]TABLE.COLUMN.