盟威 Access 快速开发平台 \ 在线帮助中心 \ 函数目录 \ RecordsetTypeName 函数

RecordsetTypeName 函数

取得记录集对象的类型。

语法

RecordsetTypeName(Recordset)

输入参数

参数名称 必需/可选 数据类型 说明
Recordset 必需 Variant 记录集对象。

返回值

一个代表记录集类型的字符串。DAO记录集返回 "DAO.Recordset",ADO记录集返回 "ADODB.Recorset"

修订记录

2021-07-08 v2.6.2 添加