Partner index segment no 1 has incompatible data type
This usually means that the field in the foreign key you're trying to create has a different data type then the field of the primary key column it is referencing.
The difference can be subtle, anything that affects index (even field collation) is taken info account.
To solve this problem, usually the right thing to do is to change the data type of the foreign key columns before creating the foreign key constraint.
Do you find this FAQ incorrect or incomplete? Please e-mail us what
needs to be changed. To ensure quality, each change is checked by our editors (and often tested on live Firebird
databases), before it enters the main FAQ database. If you desire so, the
changes will be credited to your name. To learn more, visit our add content page.
All contents are copyright © 2007-2024 FirebirdFAQ.org unless otherwise stated in the text.