Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ADO Command Object Properties


Property
Description
ActiveConnection
The Connection object to which the specified Command object currently belongs.
CommandText
The text of a command that you want to issue against a provider.
CommandTimeout
How long to wait while executing a command before terminating the command and issuing an error.
CommandType
The type of Command object.
Name
The name of a specific Command object. This property is not currently supported on UNIX.
Prepared
Whether or not to save a compiled version of a command before execution. This property is not currently supported on UNIX.
State
The current state of the Command object. This property is not currently supported on UNIX.

In this section:

ADO Command Object ActiveConnection Property

ADO Command Object CommandText Property

ADO Command Object CommandTimeout Property

ADO Command Object CommandType Property

ADO Command Object Name Property

ADO Command Object Prepared Property

ADO Command Object State Property



ContentsPreviousNextIndex