<< Click to Display Table of Contents >> AdoCommand Class |
![]() ![]() ![]() |
A definition of a specific command that you intend to execute against a data source
CLASS AdoCommand INHERIT AdoADO
Constructor
Init() | Create Object of type AdoCommand |
Access |
|
The Connection object the Command object currently belongs to |
|
The stream used as the input for a Command object |
|
Contains the text of a command that you want to issue against a provider. |
|
The timeout value for a command |
|
The type of a Command object. |
|
The name of the AdoCommand object |
|
The name of the AdoCommand object |
|
Should parameter names be passed to the provider. |
|
Collection of Parameters |
|
Save a compiled version of a command before execution. |
|
Is the object open or closed. |
|
|
|
Assign |
|
The Connection object the Command object currently belongs to |
|
The stream used as the input for a Command object |
|
Contains the text of a command that you want to issue against a provider. |
|
The timeout value for a command |
|
The type of a Command object. |
|
The name of the AdoCommand object |
|
The name of the AdoCommand object |
|
Should parameter names be passed to the provider. |
|
Save a compiled version of a command before execution. |
|
|
|
Method
|
|
Cancels execution of a pending, asynchronous Execute or Open method call. |
|
Creates a new Parameter object |
|
Executes command and returns results |
AdoADO, AdoRecordSet, AdoConnection, ADO Classes