
CDaoRecordset doesn't recognize EOF??
Dale, I have used this method extensively and have had no problems.
Suggestions: first, make sure you are wrapping your code with a try/catch.
You may not be catching exceptions being thrown to you from the system.
second, read the documentation on IsEOF and IsBOF carefully. They return
exceptions in certain cases. (when you have no current record)
Hope this helps a bit
--
Denis Tyrell
Programmer
ABEL Computers Inc.
Medical and Dental Software
(519)333-3200 x375
Quote:
> I have a CDaoRecordset that is filled from a select statement.
> When scrolling through the recordset using MoveNext it appears
> as if the IsEOF and IsBOF always returns zero indicating more records.
> Is this a problem with IsEOF/IsBOF or with the MoveNext function?
> THANKS!!
> Dale