|
-
Nov 9th, 1999, 08:57 PM
#1
Thread Starter
Addicted Member
Hello there:
I'm having a problem when trying to add new records using ADO:
First I call a Stored procedure that joins two tables.
Then When I try to run the rs.AddNew with new value fields I get an Error like this:
INSERT statement conflicted with column foreign key constraint ...
How can I insert new custommers to my database then??
Do I have to hand write it??
Any ideas to what I'm doing wrong??
Please help
thanx and regards
André
-
Nov 9th, 1999, 11:43 PM
#2
Guru
Update the two tables separately instead of the joined table
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|