G
Guest
I need to move through some records to get the first and last value of a
field. The od days there was movefirst, etc in ADO.
I know .ExecuteScalar() can get me the first record. But if I use a
DataReader how do I get the last record's information for a specific field in
that record?
I've looked at DataSets and can't seem to get that going either.
Any ideas?
Thanx.
field. The od days there was movefirst, etc in ADO.
I know .ExecuteScalar() can get me the first record. But if I use a
DataReader how do I get the last record's information for a specific field in
that record?
I've looked at DataSets and can't seem to get that going either.
Any ideas?
Thanx.