This property indicates the source for the data in a Recordset object—either a SQL statement or a table name.
var = recordset.Source
Returns a String value.
Use the Source property to specify a data source for a Recordset object.
Setting this property has no effect because a Source parameter is required by the Open statement, and there is no Execute method or Command object in ADOCE.