merge-changes not producing my child records

jrk

New Member
Hello,
Brand new to this forum. I'm also new to the GUI for .NET programming using Prodatasets. I've got a prodataset that has two tables, a parent and child. For every one parent record, there can be 0,1 or many children.
When the user adds a new parent record and adds a child record to that parent and clicks save, I can see via xml produced from the main prodataset that these values are being recorded as necessary. I then use create-like and get-changes as necessary. After this is called, I still have data in my main prodataset and the change prodataset that is being sent back to the database. These records are being succefully created in the database. But, after merge-changes is run, and I dump out the contents of the main prodataset, only the parent record is embedded...the child record that was present before merge ran is no longer there . I also dumped out my change prodataset and still see the new records.

I sure could use some pointers on this if possible...and I sincerely appreciate any help/time.
 
Back
Top