Skip to content

Direct Execution

Direct Execution is the simplest way to execute a statement. A statement’s access plan is created and it is executed directly afterwards. The use of Direct Execution is intended for statements that will be executed only one time. The statement is parsed and an access plan is created every time Direct Execution is invoked.

For Direct Execution, the Embedded SQL interface defines SQLExecDirect.

See Also