Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

ADO Source Property


❮ Complete Recordset Object Reference

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

This property is read/write on a closed Recordset objects and read-only for an open Recordset object.


Syntax

objRecordset.Source

❮ Complete Recordset Object Reference