SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, PARBADLEN
  Parameter <str> has invalid length:  <num> declared, <num>
  passed.

  Explanation:  The parameter was passed to a module language
  procedure with a different length than it was declared in the
  procedure.  The error message indicates the length of the
  parameter as declared in the module, and the length of the
  parameter passed at run-time.

  User Action:  Make the parameter agree in the module and the
  host language.
Close Help