Progress
Embedded SQL-92
Guide and Reference


EXECUTE IMMEDIATE Statement

Executes the statement specified in a statement_string or host_variable.

SYNTAX

EXEC SQL EXECUTE IMMEDIATE  {  statement_string  |  host_variable  } ; 

statement_name

The name of the prepared SQL-92 statement.

structure_name

The name of an SQL-92 descriptor area (SQLDA).

NOTES

AUTHORIZATION

The user executing this statement must have authorization for the SQL-92 statement being executed. See AUTHORIZATION for the relevant statement.

SQL COMPLIANCE

SQL-92

ENVIRONMENT

Embedded SQL-92 only

RELATED STATEMENTS

EXECUTE Statement, SQLCA structure


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095