SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, INVSQLSTLEN
  SQLSTATE has a length that is too short

  Explanation:  SQLSTATE must be declared as a 5 character string.
  The declaration of SQLSTATE in this program is less than 5
  characters.

  User Action:  Change the length of SQLSTATE.
Close Help