Check Boxes

Check boxes are used to specify values for input arguments that accept environment, connection, or statement handles; input arguments that accept window handles; and output arguments that accept pointers to handles or pointers to output buffers. For example, check boxes are used to specify values for the ConnectionHandle, WindowHandle, OutConnectionString, and StringLength2Ptr arguments in SQLDriverConnect.

After each check box is the name of the argument and its value:

A handle value of VALID indicates that ODBC Test will pass a valid, non-null pointer or handle; NULL indicates that ODBC Test will pass a null pointer or handle. To switch between the two, check or clear the check box.