PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET DataTable versus DataSet

Reply

DataTable versus DataSet

 
Thread Tools Rate Thread
Old 07-05-2008, 02:24 AM   #1
mark-seattle
Guest
 
Posts: n/a
Default DataTable versus DataSet


Is there any performance difference between creating and filling a DataTable
and a single datatable dataset, or is it really the same thing under the
covers.

In other words, do you pay any overhead for


myDS = Create & Fill Dataset with single datatable
MyDT = myDS.Tables(0)

versus just creating DT directly as a datatable and filling it?



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off