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