SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, INSVALSPEC
  insert value is not a value specification or NULL

  Explanation:  You used a value expression in the VALUES clause
  of an INSERT statement which was not a value specification or
  NULL.  The ANSI standard does not support this.

  User Action:  If ANSI standard behavior is important for your
  program then replace this value expression with one which fits
  the rules for value specification or NULL.
Close Help