I've noticed that if I have an update in a child table with a
foreignKeyConstraint that the parent table related row is not brought
over when .GetChanges is called, thus breaking the
foreignKeyConstraint. A full data relation with fix the issue but
other than this scenario I will not make use of the data relation and
was wondering if there was a to get the parent row in the table before
I call get changes. I tried the ImportRow function to get the parent
row into the dataset holding changes and then running
ds.Merge(otherDS.GetChanges) but it still breaks the
ForeignKeyConstraint. Any other ideas, or is the data relation the
only way to go?
Thanks,
AJL