Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transactions
Message
 
 
To
29/07/2002 11:27:49
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
00683519
Message ID:
00683559
Views:
27
IMO, the data adapter is a marginally useful entity. When you get down to it, the data adapter is nothing more than a way of collecting and coordinating command objects. The fill and update methods are black box wrappers that broker access to the respective commands. IMO, you are better served by creating your own data adapter and handling the tasks of filling data sets and updating data with your own custom methods.



>>We have DataSets that contain many tables (a parent and many children).
>
>I had heard to specifically stay away from that model and limit datasets to one table - I believe primarily because of diffculty with data adapter or perhaps the command builder?
Previous
Reply
Map
View

Click here to load this message in the networking platform