Driver Dependent Menus. If selected, ODBC Test disables those menu items not supported by the driver. For example, if the driver does not support SQLDescribeParam, ODBC Test disables the SQLDescribeParam menu item.
Automatic Error Checking. If selected, ODBC Test calls the Errors All function tool after each ODBC function is called.
Null Terminator Checking. If selected, ODBC Test checks to see that the driver null-terminates all returned character values.
Buffer Overwrite Checking. If selected, ODBC Test fills output buffers with the pattern 0xCA before calling a function. After calling the function, it performs the following tests:
Note ODBC Test cannot check if the driver writes past the end of an output buffer if that buffer is an array or structure.
Version Numbers. If selected, ODBC Test displays the version number of option values in dialog boxes, such as the values for the InfoType argument in SQLGetInfo.
Bind Bookmark Column. If selected, ODBC Test automatically binds the bookmark column when binding all columns and the SQL_ATTR_USE_BOOKMARKS statement attribute is turned on.