version 2004
The commands in this chapter enable you to terminate a statement, by allowing you to do the following:
Get a list of columns and associated privileges for the specified table (ODBC_SQLCancel)
Close a cursor that has been opened on a statement and discards pending results (ODBC_SQLCloseCursor)
Stop the processing associated with a specific statement, closes any open cursors associated with the statement, discards pending results, or, optionally, frees all resources associated with the statement handle (ODBC_SQLFreeStmt)