sqlipPrepareStmt
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
sqlipPrepareStmt
This method parses the specified SQL statement (checks for syntax errors) and generates a plan for executing the statement. The IP collects information about any parameters in the statement and also describes the result columns (if the statement is a SELECT statement).
int sqlipPrepareStmt(String szSqlStmt);
Parameters for sqlipPrepareStmt
| Parameter | Type | Description |
| INPUT | ||
| szSqlStmt | String | SQL string to prepare. |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR |