当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO SetEOS 方法
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.
SetEOS的作用是:将当前位置设置为记录流的末尾[EOS]。这个方法也可以用来更新EOS属性。
Note: Any data beyond the new EOS will be truncated and lost.
注意:任何超出新设置的文件末尾[EOS]的数据都将被删除或丢失。
objStream.SetEOS |