QueryResults Object
Returns the datatype of a column in the current result set.
tDatatype = QueryResults.ColumnType ( [Column :=] lColumn )
HRESULT pQueryResults->GetColumnType (
long lColumn,
SQLOLE_QUERY_DATATYPE* tDatatype );
Element | Type | Description |
---|
tDatatype | QueryDatatype | Returned column datatype |
lColumn | Long | Column number of the current result set |
This is an indexed property.