The Source property sets a string value or a Command object reference, or returns a String value that indicates the data source of the Reco...
The Source property sets a string value or a Command object reference, or returns a String value that indicates the data source of the Recordset object.
The data source can be one of the following:
- A Command object
- An SQL statement
- A stored procedure
- A table name
Syntax
objRecordset.Source |
Goto Recordset Object Complete Reference