Query Status Properties
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
The following table includes dynamic properties for determining the status of queries using the ADO Recordset object.
Property | Data Type | Property Group | Read/Write | Description |
---|---|---|---|---|
Rowset Query Status (DBPROP_RowsetQueryStatus) | DBTYPE_I4 | DBPROPFLAGS_ROWSET | RO | Indicates the rowset query status. |
The status can be any of the following values.
Status | Value |
---|---|
STAT_BUSY | ( 0 ) |
STAT_ERROR | ( 0x1 ) |
STAT_DONE | ( 0x2 ) |
STAT_CONTENT_OUT_OF_DATE | ( 0x20 ) |
STAT_CONTENT_QUERY_INCOMPLETE | ( 0x80 ) |
STAT_TIME_LIMIT_EXCEEDED | ( 0x100 ) |