ALM Open Test Architecture API Type Library Version 12.55
Execute Method
Collapse All
Expand All
Command Object
: Execute Method
Description
Executes the command in the CommandText property.
Syntax
Visual Basic
Public
Function
Execute()
As
Object
Return Type
For a SELECT statement, returns a
Recordset Object
. Otherwise, returns nothing.
Remarks
After calling Execute with a select statement, the cursor is on the first record in the recordset.
See Also
Command Object
|
Command Members