after a record set is created is there an ADO record set parameter that one can use to get the last record value from a column as well as the first. i only need the First value and the last.
If i try to select the firts record and then use
objRS.MoveLast i get an error of: Rowset does not support fetching backward.
Do i really have to do two seperate queries?
Thanks
If i try to select the firts record and then use
objRS.MoveLast i get an error of: Rowset does not support fetching backward.
Do i really have to do two seperate queries?
Thanks