Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataSet/TableAdapter - any way to speed up?
Message
From
17/05/2009 19:50:32
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01399267
Message ID:
01400331
Views:
51
This message has been marked as a message which has helped to the initial question of the thread.
Michael's right though ... TableAdapters are simply a wrapper around DataAdapters. Personally, I'd stay away from them and I never recommend them. Ever.

~~Bonnie



>>From everything I have read I stay away from TA's ( they are slow and just another layer ) and use the xxxDataAdapter class to load the table into a dataset object and access that object.
>>
>>If you are loading read only data try using a SqlDataReader.
>
>Michael,
>
>I want to be able to add/edit/delete records in the related tables. DS/TA looked like a quick way to go and I already have it programmed - I don't want to re-program everything again.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform