Hi
I have a 2 tables with a One-to-many relations. (Master-Details)
My code insert one row in the Master table and many rows in the Details
table
at the end I do a dataContext.commitChanges();
But in some rows in the Details table I have some Validation failures
Finally I have no row commited in the DB
I would like a sort of commit with ignore errors. The good rows in Details
will be committed in DB and the bad ones will be ignored.
How can I implement that ?
Does I need to play with Nested DataContext ?
Thank you for your clues.
Best regards.
Julien
This archive was generated by hypermail 2.0.0 : Tue May 06 2008 - 11:38:42 EDT