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 SetEOS Method


❮ Complete Stream Object Reference

The SetEOS method is used to set the current position to be the end of the stream (EOS). This method also updates the EOS property.

Note: Any data beyond the new EOS will be truncated and lost.

Syntax

objStream.SetEOS

❮ Complete Stream Object Reference