Returns the operational type or data type of an object.
Syntax
SHORTGetType(VOID);
Remarks
The possible return values for a CdbRecordset are:
| Constant | Recordset type |
| dbOpenTable | Table (Microsoft Jet workspaces only) |
| dbOpenDynamic | Dynamic (ODBCDirect workspaces only) |
| dbOpenDynaset | Dynaset |
| dbOpenSnapshot | Snapshot |
| dbOpenForwardOnly | Forward-only |