[][src]Function odbc::ffi::SQLExecute

pub unsafe extern "system" fn SQLExecute(hstmt: *mut Stmt) -> SQLRETURN

Executes a prepared statement, using the current values of the parameter marker variables if any paramater markers exis 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.