PROPERTY:

 

 

 

 

 

 

 

DESCRIPTION:

 

 

Indicates the string of a command to be executed.

 

 

 

 

PROPERTY OF:

 

 

ADOCommand

 

 

ADOXProcedure

 

 

ADOXView

 

 

 

 

DEFAULT VALUE:

 

 

Empty string

 

 

 

 

DESCRIPTION:

 

 

Use the commandString property to set the string of a command represented by a ADOCommand object. 

 

Usually this will be an SQL statement, but can also be any other type of command statement recognized by the provider, such as a stored procedure call. 

 

An SQL statement must be of the particular dialect or version supported by the provider's query processor.

 

 

 

 

Sets string value that contains a provider command, such as an SQL statement, a table name, a relative URL, or a stored procedure call.