QueryResults Object
Returns the maximum length of a column in the current result set.
lMaxLength = QueryResults.ColumnMaxLength ( [Column :=] lColumn )
HRESULT pQueryResults->GetColumnMaxLength (
long lColumn,
LPLONG plMaxLength );
| Element | Type | Description |
|---|
| lMaxLength | Long | Returned maximum column length |
| plColumn | Long | Column number of the current result set |
This is an indexed property.