Visual C++ 6 Unleashed

Visual C++ 6 Unleashed

By MICKEY WILLIAMS and David Bennett

ADOCommand Objects

ADOCommand objects are used to represent specific commands that will be executed against the datasource. Command objects are used to keep track of parameters associated with the command, and other settings. You can create a command using an existing connection, or you can have ADO create a new connection for use with the new command.

ADOCommand Properties

All ADOCommand objects have the following properties:

ADOCommand objects also include an ADOParameters collection, which is used to work with values passed between the Command object and procedure calls or parameterized commands, and an ADOProperties collection containing specific characteristics of the command.

ADOCommand Methods

All ADOCommand objects also support the following methods:

Share ThisShare This

Informit Network