A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
ADOxtra Reference/ADO Enumeration constants/CommandTypeEnum

ADO::CommandTypeEnum

Specifies how a command argument should be interpreted.

Constant Value Description
adCmdUnspecified -1 Does not specify the command type argument.
adCmdText 1 Evaluates commandText parameter as a textual definition of a command or stored procedure call.
adCmdTable 2 Evaluates commandText parameter as a table name whose columns are all returned by an internally generated SQL query.
adCmdStoredProc 4 Evaluates commandText parameter as a stored procedure name.
adCmdUnknown 8 Default. Indicates that the type of command in the commandText parameter property is not known.


Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com