Updated on 2025-09-04 GMT+08:00

Process Overview

The process of batch binding and insertion includes steps such as configuring a connection, setting batch binding parameters, and executing batch insertion. Typical APIs involved include SQLSetConnectAttr, SQLSetStmtAttr, SQLPrepare, SQLBindParameter, SQLExecute, and SQLRowCount.

For details about these APIs, see "Application Development Guide > Development Based on ODBC > ODBC API Reference" in Developer Guide.