Wrox Home  
Search P2P Archive for: Go

  Return to Index  

ado_dotnet thread: RE: ado_dotnet digest: April 04, 2002


Message #1 by "Morin, Benjamin Eric" <bem@p...> on Thu, 4 Apr 2002 16:31:05 -0700
It's about the same I suppose, except that every table already has a default
view you can use so why not use it and you don't have to deal with a
potentially large array of rows.  Six or half a dozen.

Benjamin Morin
Development
ProLaw Software
www.prolaw.com

Subject: Re: Sorting a Dataset Table
From: "greg robinson" <grobinson@d...>
Date: Thu, 4 Apr 2002 22:29:07
X-Message-Number: 8

Is this a more efficient way of doing this as this is pretty much what I 
am doing now, except without the DataView.  I am using the Select method 
on the Datatable and looping through the returned array of rows, adding 
them to a temp table, removing the old table and adding the temp table.  

> Use a DataView, iterate thru the rows and add them to a new table with
the
same schema as the first.
___

Benjamin Morin
Development
ProLaw Software


  Return to Index