Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY CYBERSECURITY DATA SCIENCE
     ❯   

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