Bom dia!
estou tendo erros ao fazer o update e o insert numa tabela.
meu banco está assim: tenho a tabela 'geral' que recebe códigos de várias outras tabelas, essas outras tabelas estão ligando com a tabela 'geral'
os erros são os seguintes:
no update:
[Microsoft][ODBC SQL Server Driver][SQL Server]UPDATE
statement conflicted with COLUMN FOREIGN KEY constraint
'FK_eng_ocorr_geral_eng_ocorr_tipo_ocorr'. The conflict occurred in database
'webtem', table 'eng_ocorr_tipo_ocorr', column 'tipo_id'.
no insert:
[Microsoft][ODBC SQL Server Driver][SQL Server]INSERT
statement conflicted with COLUMN FOREIGN KEY constraint
'FK_eng_ocorr_geral_eng_ocorr_tipo_ocorr'. The conflict occurred in database
'webtem', table 'eng_ocorr_tipo_ocorr', column 'tipo_id'.
Já no DELETE ele funciona normalmente
Desde já agradeço
Gubergamo