This executes the prepared SQL using SQLPrepare.
Syntax :
RETCODE SQLExecute ( hStmt )
Arguments :
The arguments for SQLExecute are listed in below table
| Type | Name | Description |
| SQLHSTMT | hStmt | Statement handle |
Returns :
This function returns SQL-SUCCESS upon successful, else SQL_ERROR.