METHOD:

 

 

 

 

 

 

 

DESCRIPTION:

 

 

Executes the specified command.

 

 

 

 

PROPERTY OF:

 

 

ADOCommand

 

 

 

 

SYNTAX:

 

 

<oRef>.execute([<rowret expL>])

 

<oRef>

 

 

The command in which you want to execute.

 

<rowret expL>

 

 

true to return the query result stored in a new ADORowset object.

 

 

 

 

 

 

DESCRIPTION: