newbie: Getting the latest record in a DataTable in DataSet ??? |
lass posted on Monday, January 07, 2008 8:46 AM
|
Define latest record.
Is it the one with the highest primary key value? The highest time stamp
value?
Perhaps it's just a matter of ordering your data accordingly.
--
Lasse Vågsæther Karlsen
mailto:lasse@vkarlsen.no
http://presentationmode.blogspot.com/ |
 |
|
It's the record with the highest primary key value... |
Jeff posted on Monday, January 07, 2008 9:03 AM
|
it is the record with the highest primary key value... each record also
contain a datatime value specifying when the record was created... |
 |
|
Hi,Just create a DataView with the correct sorting and it would be either the |
Ignacio Machin \( .NET/ C# MVP \) posted on Monday, January 07, 2008 9:09 AM
|
Hi,
Just create a DataView with the correct sorting and it would be either the
first or the last record in the DataView
--
Ignacio Machin
http://www.laceupsolutions.com
Mobile & warehouse Solutions. |
 |
|