Source - property of the AdoRecordset object
Description:
Sets a string value or the
Command object reference, or returns a value of the
String type that specifies the data source of the
AdoRecordset object.
The data source can be one of the following:
The Command object
An SQL statement
A stored procedure
A table name
Note:
Property access for read and write.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var sSource = oRs.Source;
Dim sSource
sSource = oRs.Source