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 DataMember Property


❮ Complete Recordset Object Reference

The DataMember property sets or returns a string value that contains the name of the data member that will be retrieved from the object referenced by the DataSource property. The name is not case sensitive.

This property is used to create data-bound controls with the Data Environment in Visual Basic 6.

Note: The DataMember and DataSource properties must be used in conjunction.


Syntax

objRecordset.DataMember

❮ Complete Recordset Object Reference