Connection Windows

ODBC Test creates a connection window each time SQLAllocHandle with a HandleType of SQL_HANDLE_DBC (or SQLAllocConnect) is successfully executed; it closes the specified connection window each time SQLFreeHandle with a HandleType of SQL_HANDLE_DBC (or SQLFreeConnect) is successfully executed. To use a specific connection, select the window for that connection.

Each connection window has three parts:

The input and output windows can each contain up to 60,000 characters. When the number of characters in one of these windows reaches this limit, ODBC Test deletes the first 2000 characters in the window. To clear the input or output window, from the Edit menu, choose Clear and specify whether to clear one or both windows.