当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO Source 属性
The Source property sets a string value or a Command object reference, or returns a String value that indicates the data source of the Recordset object.
Source属性的作用是:设置一个字符串值,或是一个Command[指令]对象参数,或是返回一个字符串,用于知名Recordset[记录集]对象的数据源。
The data source can be one of the following:
数据源可以是以下值:
This property is read/write on a closed Recordset objects and read-only for an open Recordset object.
该属性对于一个关闭的Recordset[记录集]对象来说是可读/可写的,但对于一个开打的Recordset[记录集]对象来说是只读的。
objRecordset.Source |