TiDB C++ API Batch Binding Interface

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: tidb c++ api 批量绑定接口

| username: ljh_wxy

To improve efficiency, please provide the following information. A clear problem description can help resolve the issue faster:

[Overview] TiDB C++ batch insert binding interface

[Question] Does the TiDB C++ API support a batch binding interface similar to Oracle’s OCIBindArrayOfStruct?

[TiDB Version] V5.4.1

| username: ShawnYan | Original post link

There is bulk insert, not sure if this is what you need.

| username: xfworld | Original post link

TiDB uses the MySQL protocol, so for reference, you should look at examples from the MySQL Connector.

Refer to this; what you need should be a precompiled example.

prepared_statement.cpp (12.9 KB)

| username: system | Original post link

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.