Skip to content

SQLExecute

Obsolete

Refer to the SQLExecute method in the cSQLStatement class.

Syntax

SQLExecute hstmt

Description

Execute a prepared statement.

Example

Open Customer
SQLFileConnect Customer To hdbc
SQLOpen hdbc To hstmt
SQLPrepare hstmt "UPDATE CUSTOMER SET AccntMngr = 'John' WHERE AccntMngr = 'Mary'"
SQLExecute hstmt