SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, COLNOTNUL
  Column <str>.<str> cannot be UNIQUE because it can contain
  nulls.

  Explanation:  You specified a column using the UNIQUE
  constraint.  The column may contain nulls.  This is not legal
  because two rows cannot contain the NULL values in this column.

  User Action:  Define the named field as NOT NULL.
Close Help