Library /sys$common/syshlp/SQL$HELP72.HLB  —  Errors  SQL_ERRORS, INSEXPVAL
  Table "<str>" has <num> updatable column(s) but was passed <num>
  value(s)

  Explanation:  An INSERT statement without a column list was
  passed the wrong number of values compared to the updatable
  columns of the table.

  User Action:  Pass the correct number of values for this table.
  COMPUTED BY, AUTOMATIC AS and IDENTITY columns are considered
  read-only and should not be supplied values.
Close Help