Go back to the previous row usning DataReader on ASP.NET (VB)
- by AZIRAR
Hey,
How can I go back to the previous row using OleDbDataReader.
I know that DataReader just advance to the next row using DataReader.Read(), but how can I go back to the previous row. ???!!