Icon ExecScript Method

procedure ExecScript

Usage

Call the ExecScript method to execute the script currently assigned to the SQL property. If the script returns a result set, then the ExecScript method will automatically call the Open method to open the script's result set.

The ExecScript method prepares the script in the SQL property for execution if it has not already been prepared. To speed performance in situations where a script will be executed multiple times with parameters, an application should ordinarily call the Prepare method before calling the ExecScript method for the first time.
Image