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

ADO
ADO DataTypes
ADO 摘要
ADO 实例

ADO CancelUpdate 方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 399 ::
收藏到网摘: 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

登陆 | 还没注册?