Returns a value that indicates the operational type of a CdbQueryDef object.
Syntax
SHORTGetType(VOID);
Remarks
Valid return values are the following:
| Constant | Query type |
| dbQAction | Action |
| dbQAppend | Append |
| dbQCompound | Compound |
| dbQCrosstab | Crosstab |
| dbQDDL | Data-definition |
| dbQDelete | Delete |
| dbQMakeTable | Make-table |
| dbQProcedure | Procedure (ODBCDirect workspaces only) |
| dbQSelect | Select |
| dbQSetOperation | Union |
| dbQSPTBulk | Used with dbQSQLPassThrough to specify a query that doesn't return records (Microsoft Jet workspaces only) |
| dbQSQLPassThrough | Pass-through (Microsoft Jet workspaces only) |
| dbQUpdate | Update |