Failed to Enable Constraints

  • Thread starter Thread starter Byron
  • Start date Start date
B

Byron

Using Visual Basic .Net 2003 Standard Edition
Am attempting to join two oleDataAdapters. Right
clicking on the second oleDataAdapter(the child) to
preview the data, and then clicking the Fill Dataset
button produces the MessageBox "Failed to enable
constraints..."
The DataSet is setup correctly, and I've reduced the
Access Tables to only one record each, no empty fields.
I know the relationship is correct.
Is there a bug in VB.net that prevents this from working?
Thanks,
Byron
 
That got it.
Thanks,
Byron
-----Original Message-----
Hi Byron,

You will have to fill in parent data first.

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com




.
 
Back
Top