June 2001
Intermediate to advanced
620 pages
19h 29m
English
Stream.Flush Method — (Versions 2.5, 2.6)
stream.Flush
The Flush method ensures that all changes made to a Stream object have been persisted to the resource that the Stream object represents.
The Flush method persists any outstanding changes of the Stream object to the resource that is represented by the Stream object. Microsoft claims that this is very rarely necessary, as ADO calls this method internally in the background whenever possible. In addition, when closing a Stream object, the stream is first flushed to the data source.
Read now
Unlock full access