FK Constraint Violation upon INSERT
- From: "Dave" <davefrick@xxxxxxxxxxxxxxxx>
- Date: Sun, 19 Aug 2007 13:24:22 -0700
I have an adp application that was automatically generated upon an upsizing
of an Access database to SQL Server 2000.
For the most part everything went remarkably well. However, I just
encountered an error when I tried to add a new record.
The error is: INSERT Statement conflicted with Foreign Key constraint
"solution_FK00" The conflict occurred in database x, table "question"
column "Questionid"
This error occus when I am trying to insert a recod in the parent table;
like inserting a record in the Orders table without a correposnding record
in Order_Detail table..
Normally this would not cause a referential integrity problem. So I am
unclear on why I am getting the error.
.
- Follow-Ups:
- RE: FK Constraint Violation upon INSERT
- From: Charles Wang[MSFT]
- RE: FK Constraint Violation upon INSERT
- From: Charles Wang[MSFT]
- Re: FK Constraint Violation upon INSERT
- From: Vadim Rapp
- Re: FK Constraint Violation upon INSERT
- From: Dave
- RE: FK Constraint Violation upon INSERT
- Prev by Date: Form using stored procedure does not work in Access Runtime
- Next by Date: Re: FK Constraint Violation upon INSERT
- Previous by thread: Form using stored procedure does not work in Access Runtime
- Next by thread: Re: FK Constraint Violation upon INSERT
- Index(es):
Relevant Pages
|