OdbcDefine Function Defines an output variable for a specified select-list item in a SQL query.
OdbcFetch Function Performs a specified number of fetch operations in order to retrieve data from a SQL query.
OdbcSetPos Function Sets the cursor position in a row set, refreshes data in a row set, or adds, updates and/or deletes data in an updatable result
data set.
OdbcMoreResults Function Determines whether more result data sets or row counts are available for a cursor, and if so, initializes processing for the
next result data set or row count information available.
OdbcGetValue Function Retrieves any value either from a bound place holder of a SQL statement or from a result data column of a SQL query.
OdbcGetFloat Function Retrieves a floating-point value either from a bound place holder of a SQL statement or from a result data column of a SQL
query.
OdbcGetInt Function Retrieves a number either from a bound place holder of a SQL statement or from a result data column of a SQL query.
OdbcGetString Function Retrieves a string either from a bound place holder of a SQL statement or from a result data column of a SQL query.