Database Exchange > Configuration > Using properties > CommandType

Property - CommandType

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:

DBConString1

DBProvider

Note: Not all values are listed here. Please refer to ADO documentation for details.