Show Bound Cols (Results Menu)

The Show Bound Cols function tool displays the binding information and the value of each buffer bound to a column with SQLBindCol. If the rowset size (specified with the SQL_ATTR_ROWSET_SIZE statement attribute in ODBC 3.x, or the SQL_ROWSET_SIZE statement option in ODBC 2.x) is greater than 1, you must call SQLFetchScroll (ODBC 3. x) or SQLExtendedFetch (ODBC 2.x) to view the rest of the rowset. The Show Bound Cols function tool does not call any ODBC functions.