Cursor Handling Functions
OdbcOpen Function
Associates a cursor with a database connection.
OdbcSetStmtAttr Function
Modifies the current value of a specified SQL statement attribute.
OdbcGetStmtAttr Function
Retrieves the current value of a specified SQL statement attribute.
OdbcSetCursorName Function
Assigns a user-defined name to a cursor.
OdbcGetCursorName Function
Retrieves the name of a cursor.
OdbcBind Function
Binds a place holder in a SQL statement.
OdbcClose Function
Closes a cursor.
Parent topic:
ODBC Functions Overview