|
|
|
This constraint cannot be enabled as not all values have corresponding parent values. |
|
|
|
|
|
|
|
ทำ dataset relation ครับ
Code (C#)
ds.Relations.Add("patron_item", ds.Tables["parent"].Columns["patron_id"], ds.Tables["child"].Columns["PATRON_ID"]);
มี error คือ This constraint cannot be enabled as not all values have corresponding parent values.
ลอง search ในเว็บต่างๆ เข้าใจว่า เกิดจากฝั่ง Child มี record ที่ parent_id ไม่ตรงกับ ฝั่ง parent ทั้งหมด
สมมติว่า ฝั่ง parent มี patron_id = 1,2,3,4,5,6
แต่ฝั่ง child มี patron_id = 1,2,3,4,5,6,7,8,9,10, ....
พอจะมีวิธีแก้หรือไม่ครับ
ขอบคุณครับ
หมายเหตุ ฝั่ง parent เรียกจาก Oracle ครับ ส่วน ฝั่ง child เรียกจาก sql express
Tag : .NET, Web (ASP.NET), C#
|
|
|
|
|
|
Date :
2012-11-20 13:06:28 |
By :
Aod47 |
View :
1630 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เปลียนชื่อ column ให้เหมือนกันสิครับ ตัวเล็กตัวใหญ่มีผลครับ
|
|
|
|
|
Date :
2012-11-20 15:49:57 |
By :
kanchen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|