Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

ADO DataSource Property


❮ Complete Recordset Object Reference

The DataSource property specifies an object containing data to be represented as a Recordset object

The DataSource property is used to create data-bound controls with the Data Environment in Visual Basic 6.

Note: The DataMember and DataSource properties must be used in conjunction.


Syntax

objRecordset.DataSource

❮ Complete Recordset Object Reference