|
The Wickedater is a powerful data layer generator that is specially designed to work with related data.
The devloper specifies the tables and columns to select from the database and the selection criteria to pass at runtime
and the Wickedater creates the stored procedures, a typed dataset class, and a data access class that contains all of the
code needed to select and update related data in the correct order within a transaction. All the developer has to do is call
Fill(passing criteria) and Update() methods. Using the Wickedater is far superior to using Microsoft's Table Adapters because
it handles additions, deletions, and modifications of hierarchical data without special coding. The generated components
are ideal for any situation where disconnected datasets that map to the exact database implementation are desired.
|
 |