vrogier / ocilib

OCILIB (C and C++ Drivers for Oracle) - Open source C and C++ library for accessing Oracle databases
http://www.ocilib.net
Apache License 2.0
325 stars 119 forks source link

On the limitation of the number of preprocessing bindings? #344

Closed MagicXran closed 1 year ago

MagicXran commented 1 year ago

Is there a limit on the number of bindings in stmt.Bind? For example, there are 200 fields in the table. Can you use preprocessing statements?

vrogier commented 1 year ago

Hi,

The limit is 65535 binds.

Regards,

Vincent