Source

This property indicates the source for the data in a Recordset object—either a SQL statement or a table name.

Syntax

var = recordset.Source

Return Values

Returns a String value.

Remarks

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.