SQLSTATE has an invalid data type Explanation: SQLSTATE must be declared as a 5 character string. The declaration of SQLSTATE in this program is a different data type. User Action: Change the data type of SQLSTATE.