Missing Feature in ADO.NET 2.0
From: Bnaya Eshet (anonymous_at_discussions.microsoft.com)
Date: 04/23/04
- Previous message: Elric: "Client Database Solution, or best practice"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 22 Apr 2004 22:56:03 -0700
As the DataSet design to work with multiple table I really missing a Key feature that make the DataAdapter matching this capability.
I’m looking for something like DataAdapter that can have multiple CURD DBCommand sets (each set will work against specific table) and the ability to set the execution synchronization policy between that’s DBCommand.
Something likes declaring the following step sequence:
1. Deleting all from child table.
2. Delete from parent table.
3. Update and Insert parent table.
4. Update and Insert child table.
- Previous message: Elric: "Client Database Solution, or best practice"
- Messages sorted by: [ date ] [ thread ]