SQLPrepare compiles a SQL statement and stores the information in the provided statement handle.
Syntax :
RETCODE SQLPrepare (hStmt, statement, statementLen)
Arguments :
| Type | Name | Description |
| SQLHSTMT | hStmt | Statement handle |
| SQLCHAR * | Statement | SQL Statement string |
| SQLINTEGER | StatementLen | Length of the SQL statement |