Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Benefit of datasets...
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00907263
Message ID:
00907699
Views:
10
Danny,

>
>Phillip,
>
>I was in a situation not too long ago where I had those same questions. We did a lot of research and here is the slimmed down version of what we found.
>
>Using Stored Procedures are quicker (not in coding time, but performance time) and a bit more flexible.
>
>DataSets are Fat objects... However, if you need quick developement they offer one feature that makes them worth their weight. DataAdapter.Update
>
>The DataAdapter.Update method will take a DataSet and automatically preform every SQL action that is needed to update the data source with any changes (very little code is needed to make it happen).
>
>Below is a link that details the method a lot better.
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatacommondataadapterclassupdatetopic.asp
>
>Hope that helps :)
>
>Thanks,
>Danny

This is great info, thanks a lot.
Phil
_____________________________
Phil Miles
http://www.philmiles.com
phil@philmiles.com
Previous
Reply
Map
View

Click here to load this message in the networking platform