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

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 CancelUpdate 方法


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

The CancelUpdate method cancels changes made to a record of a Recordset object, or the Fields collection of a Record object, before calling the Update method.
CancelUpdate的作用是:在请求Update方法前,取消对当前记录、记录集对象或字段所作的任何更改或放弃新添加的记录。

Recordset object
Recordset[记录集]对象

This method is used to cancel any changes made to the current record or to a newly added record. This method can only be called before the Update method of the Recordset is called.
这个方法的作用是:取消对当前记录所作的任何更改或放弃新添加的记录。这个方法只能在请求Update方法之前使用。

Record object
Record[记录]对象

This method is used to cancel any changes (insertions or deletions) of Field objects.
这个方法是用来取消对Field[字段]对象所作出的更改的(包括插入操作或删除操作)。

Syntax
语法

objRecordset.CancelUpdate
objRecord.Fields.CancelUpdate

评论 (0) All

登陆 | 还没注册?