> Hey
>
[quoted text clipped - 7 lines]
>
> any suggestions?
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.

Signature
Lasse Vågsæther Karlsen
mailto:lasse@vkarlsen.no
http://presentationmode.blogspot.com/
Jeff - 07 Jan 2008 14:03 GMT
It's the record with the highest primary key value... each record also
contain a datatime value specifying when the record was created...
>> Hey
>>
[quoted text clipped - 14 lines]
>
> Perhaps it's just a matter of ordering your data accordingly.
Ignacio Machin ( .NET/ C# MVP ) - 07 Jan 2008 14:09 GMT
Hi,
Just create a DataView with the correct sorting and it would be either the
first or the last record in the DataView

Signature
Ignacio Machin
http://www.laceupsolutions.com
Mobile & warehouse Solutions.
> It's the record with the highest primary key value... each record also
> contain a datatime value specifying when the record was created...
[quoted text clipped - 18 lines]
>>
>> Perhaps it's just a matter of ordering your data accordingly.