odbc_sys

Function SQLBulkOperations

Source
pub unsafe extern "system" fn SQLBulkOperations(
    statement_handle: HStmt,
    operation: BulkOperation,
) -> SqlReturn
Expand description

Performs bulk insertions and bulk bookmark operations, including update, delete, and fetch by bookmark.

ยงReturns

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