当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO Source 属性

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 Source 属性


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

The Source property sets or returns a variant that contains the src parameter of the Open method of the Record object.
Source属性的作用是:设置或返回一个Record[记录]对象的Open方式中的src参数。

This property is read/write when the Record object is closed, and read-only when the Record object is open.
当Record对象被关闭时,该属性为可读/可写;当Record对象被打开时,该属性仅是只读的。

Syntax
语法

varSource=objrecord.Source

评论 (0) All

登陆 | 还没注册?