Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

ADO Flush Method


❮ Complete Stream Object Reference

The Flush method is used when you need to send the contents of the Stream buffer to the associated underlying object. For example, a node or file represented by the URL that is the source of the Stream object. This will ensure that all changes made to the contents have been written.

Note: ADO flushes the buffer as much as possible in the background, therefore; it is not usually necessary to call this method.

Syntax

objStream.Flush

❮ Complete Stream Object Reference