当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO SetEOS 方法

ADO
ADO介绍
ADO数据库连接
ADO记录集
ADO显示记录
ADO查询语句
ADO记录排序
ADO添加记录
ADO更新记录
ADO删除记录
ADO演示
ADO提升执行速度
ADO Command对象
ADO Connection对象
ADO Error
ADO Field
ADO Parameter
ADO 属性
ADO Record
ADO Recordset
ADO Stream

ADO SetEOS 方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 400 ::
收藏到网摘: n/a

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]的数据都将被删除或丢失。

Syntax
语法

objStream.SetEOS

评论 (0) All

登陆 | 还没注册?