RecordsetTypeName 函数
取得记录集对象的类型。
语法
RecordsetTypeName(Recordset)
输入参数
参数名称 | 必需/可选 | 数据类型 | 说明 |
---|---|---|---|
Recordset | 必需 | Variant | 记录集对象。 |
返回值
一个代表记录集类型的字符串。DAO记录集返回 "DAO.Recordset",ADO记录集返回 "ADODB.Recorset"
修订记录
2021-07-08 v2.6.2 添加
取得记录集对象的类型。
RecordsetTypeName(Recordset)
参数名称 | 必需/可选 | 数据类型 | 说明 |
---|---|---|---|
Recordset | 必需 | Variant | 记录集对象。 |
一个代表记录集类型的字符串。DAO记录集返回 "DAO.Recordset",ADO记录集返回 "ADODB.Recorset"
2021-07-08 v2.6.2 添加