How does one determine the last record (with criteria)in a DataSet? My objective is to call up the last entry, matching certain criteria, and display the results. This was a simple task in VB6.0 with the statement:
Recordset.MoveLast
Is there a VB.Net equivalent? I understand that in VB.Net we are dealing with DataSets instead of Recordsets, but there must be a simple way to accomplish the same thing.
Any help on this is greatly appreciated.
VBrian
Recordset.MoveLast
Is there a VB.Net equivalent? I understand that in VB.Net we are dealing with DataSets instead of Recordsets, but there must be a simple way to accomplish the same thing.
Any help on this is greatly appreciated.
VBrian