Executes the specified SQL statement.

Syntax

<oRef>.executeSQL(<SQL expC>)

<oRef>

The database in which you want to execute the SQL statement.

<SQL expC>

The SQL statement.

Property of

Database

Description

Use executeSQL( ) to perform an SQL operation that does not have a data object equivalent, for example, to use data definition language (DDL) SQL where no rowset is desired, and for server-specific SQL.