DataSource Property (ADO)
Indicates an object that contains data to be represented as a Recordset object.
Remarks
This property is used to create data-bound controls with the Data Environment. The Data Environment maintains collections of data (data sources) containing named objects (data members) that will be represented as a Recordset object*.*
The DataMember and DataSource properties must be used in conjunction.
The object referenced must implement the IDataSource interface and must contain an IRowset interface.
Usage
|
See Also
Applies To: Recordset Object