Robert Gilland 5 Posted 15 hours ago I am using the have an Interbase database with an Interbase2020 server. I have a table with a field of TYPE CHAR(6) DOMAIN CALLED INVOICECODE in it's primary key I call ALTER DOMAIN INVOICECODE TYPE CHAR(10) I get "unsuccessful metadata update MODIFY RDB$FIELDS failed action cancelled by trigger (1) to preserve data integrity RDB$TRIGGER_39 Cannot update index segment used by an Integrity Constraint" What can I do? Share this post Link to post
tgbs 15 Posted 7 hours ago Drop Primary key, alter domain, recreate primary key. If You have Foreign keys - first drop them 1 Share this post Link to post