|
|
Feedback: irt.org FAQ Knowledge Base Q5822
Feedback on: Sent by Scott Benner on September 28, 2000 at 14:46:16: - feedback #1805
Length: Comments: While Not rs.EOF Sent by Mike Langford on August 30, 2001 at 16:14:31: - feedback #3113
Worth: Comments: if rs.BOF and rs.EOF then Checking for both the EOF and the BOF will ensure that the rs is really empty since you can only be at the end AND the beginning at the same time when there is nothing in the set. |
-- div -->
|