ADO EOS Property
❮ Complete Stream Object Reference
The EOS property returns a boolean value that indicates whether the current position is at the end of the stream. True indicates that the current position is at the end of the stream.
Tip: To set the current position to the end of the stream, use the SetEOS method.
Tip: To determine the current position of the stream, use the Position property.
Syntax
objStream.EOS
❮ Complete Stream Object Reference