Function odbc_sys::SQLExecute

source ·
pub unsafe extern "system" fn SQLExecute(hstmt: HStmt) -> SqlReturn
Expand description

Executes a prepared statement, using the current values of the parameter marker variables if any paramater markers exis in the statement.

Returns

SUCCESS, SUCCESS_WITH_INFO, SQL_NEED_DATA, SQL_STILL_EXECUTING, ERROR , SQL_NO_DATA, INVALID_HANDLE, or SQL_PARAM_DATA_AVAILABLE.