Alguem pode me ajudar com esse relacionamento.

Firebird

25/11/2005

Alguem pode me ajudar com esse relacionamento.


Relacionamento:

alter table TAB_TIPO_CONTATO
add constraint FK_TAB_TIPO_CONTATO_1
foreign key (ID_TIPO_CONTATO)
references TAB_CONTATOS(ID_TIPO_CONTATO)

Erro:

This operation is not defined for system tables.
unsuccessful metadata update.
could not find UNIQUE INDEX with specified columns.


Ullrich

Ullrich

Curtidas 0

Respostas

Afarias

Afarias

25/11/2005

o campo ID_TIPO_CONTATO em TAB_CONTATOS deve ser chave primária


T+


GOSTEI 0
POSTAR