Documentation for this section has not yet been entered.
The OleDbDataReader.RecordsAffected property is not set until all rows are read and you close the System.Data.OleDb.OleDbDataReader.
The value of this property is cumulative. For example, if two records are inserted in batch mode, the value of OleDbDataReader.RecordsAffected is two.
OleDbDataReader.IsClosed and OleDbDataReader.RecordsAffected are the only properties that you can call after the System.Data.OleDb.OleDbDataReader is closed.