2.2.3.13.13 rdsTableName

The rdsTableName specifies the table in the data store to query.

The syntax of rdsTableName is as follows.

 rdsTableName = VT-EMPTY / (VT-BSTR BSTRNULLABLE)

The rdsTableName is a variant of type either VT-EMPTY or VT-BSTR. If this value is of type VT-EMPTY, it is ignored. If it is of type VT-BSTR, then the RecordSet is created using the value specified here and the rdsSQLCommandString parameter is ignored. The value specified MUST be evaluated as a table name whose columns are all returned.<42>