Go back to the previous row usning DataReader on ASP.NET (VB)

Posted by AZIRAR on Stack Overflow See other posts from Stack Overflow or by AZIRAR
Published on 2010-06-18T01:22:32Z Indexed on 2010/06/18 1:33 UTC
Read the original article Hit count: 228

Filed under:
|
|

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. ???!!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-basic