detect last record in ADO.Recordset?

Posted by JoelFan on Stack Overflow See other posts from Stack Overflow or by JoelFan
Published on 2010-04-23T20:21:34Z Indexed on 2010/04/23 20:23 UTC
Read the original article Hit count: 234

Filed under:
|
|

If I am looping through an ADO.Recordset (with while not recordSet.EOF), is there a way to detect that I'm on the last record?

© Stack Overflow or respective owner

Related posts about ADO.NET

Related posts about .NET