User Documentation
Ispirer Toolkit Overview
Pricing
| ODBC - SQLExecDirect | |
|---|---|
| Syntax | SQLRETURN SQLExecDirect( SQLHSTMT StatementHandle, SQLCHAR* StatementText, SQLINTEGER TextLength); |
| Description | Eecutes a preparable statement, using the current values of the parameter marker variables if any parameters exist in the statement. |
| Returns | SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_NEED_DATA, SQL_STILL_EXECUTING, SQL_ERROR, SQL_NO_DATA, SQL_INVALID_HANDLE, or SQL_PARAM_DATA_AVAILABLE |
Equivalents in Other Databases API
| Database API | Equivalent |
|---|---|
| Sybase CT-LIB | ct_command |