Value Setting Functions
OdbcSetBinary Function
Assigns binary data to a bound place holder of a SQL statement or to a result data column of a SQL query.
OdbcSetFloat Function
Assigns a floating-point value to a bound place holder of a SQL statement or to a result data column of a SQL query.
OdbcSetInt Function
Assigns a number to a bound place holder of a SQL statement or to a result data column of a SQL query.
OdbcSetString Function
Assigns a string to a bound place holder of a SQL statement or to a result data column of a SQL query.
OdbcSetNull Function
Assigns a NULL value to a bound place holder of a SQL statement or to a result data column of a SQL query.
OdbcSetMode Function
Sets the indicator for an item of a bound place holder or a result data column.
Parent topic:
ODBC Functions Overview