DBPROP_SKIPROWCOUNTRESULTS

Property group: Rowset

Property set: DBPROPSET_ROWSET

Column? No

Type: VT_BOOL

Typical R/W: R/W

Description: Skip Row Count Results

When set, requires a provider that supports multiple results to either return or skip control row count results on calls to IMultipleResults::GetResult. Providers that support multiple results but do not support this property return results for each statement.

Value

Meaning

VARIANT_TRUE

Calls to IMultipleResults::GetResult skip any row count results and return only rowsets or rows.

VARIANT_FALSE

Calls to IMultipleResults::GetResult return one result, which can be a row count, a rowset, or a row, for each statement in the command.

See Also

Reference

Properties (Alphabetical)