Fórum Alguem pode me ajudar com esse relacionamento. #53946
25/11/2005
0
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.
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
Curtir tópico
+ 0
Responder
Posts
25/11/2005
Afarias
o campo ID_TIPO_CONTATO em TAB_CONTATOS deve ser chave primária
T+
T+
Responder
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)