Important-
This feature will be removed in a future version of Windows. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Applications that use RDS should migrate to WCF Data Service.
The SourceRecordset property is deprecated in ADO.
Sets the Recordset object underlying the DataControl object.
The SourceRecordset property is used to set the Recordset to the DataControl object so that it becomes a data source for that DataControl object.
In comparison, the Recordset property returns the Recordset object that is the result of your query or, more precisely, returns the Recordset object underlying the DataControl object.
The SourceRecordset property is write-only. The Recordset property is read-only.
Set objDataControl.SourceRecordset = rsGuru
...
Set objDCRecordset = objDataControl.Recordset