Sending Arrays of Parameters
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
The ODBC Client supports sending arrays of parameters for a parameterized statement. Because the data for a single statement is sent in a single packet, network traffic is reduced.
See Using SQLPrepare/SQLExecute and SQLExecDirect for more information how sending arrays of parameters can improve performance.