Description ADO command type.
Data Type Integer (Enum).
Allowed Value 1 - adCmdText (SQL Statement)
2 - adCmdTable (Tables and Views)
4 - adCmdStoredProc (Stored Procedures)
8 - adCmdUnknown (Default)
See Also:
Note: Not all values are listed here. Please refer to ADO documentation for details.