Board index » delphi » why does IB insist null field must be NOT null
Jim Orlows
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
why does IB insist null field must be NOT nullI have a field in a table called Generation which holds the suffix for The table is created as follows: I am getting the error message, "Record or Field Constraint Failed I've tried the following: 1.) I've already checked that the TField's required property was set 2.) The field name was originally GEN, but I changed it to GENERATION 3.) I originally had an index on Last, First, Mid, Generation, then 4.) I recreated the database again in case there were traces left of a 5.) I renamed the DisplayLabel from Gen to Gen Cd, again in case there 6.) I had a calculated NAME field using First + Mid + Last + Gen. I I've spent 2 days on this problem, and have run out of ideas. Does Jim |