SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, FORCOLNMDECL
  Column <str> in table <str> does not match <str> of forward
  reference

  Explanation:  You implicitly declared the named column when
  using it in a forward reference.  When the named table was
  eventually created, the actual column declaration did not match
  the implicit one.

  User Action:  Change the forward declaration or the column
  declaration so that the two match in data type, length and
  scale.
Close Help