MDAC 2.5 SDK - Visual FoxPro ODBC Driver


 

SQLParamOptions

Support: Full  
ODBC API Conformance: Level 1

Allows an application to specify multiple values for the set of parameters assigned by SQLBindParameter. The ability to specify multiple values for a set of parameters is useful for bulk inserts and other work that requires the data source to process the same SQL statement multiple times with various parameter values. For example, an application can specify three sets of values for the set of parameters associated with an INSERT statement and then execute the INSERT statement once to perform the three insert operations.

For more information, see SQLParamOptions in the ODBC Programmer's Reference.