Query Demo demonstrates multiple simultaneous connections using ODBC. It enables you to type any SQL query and browse the results.
Query Demo enables you to connect to multiple data sources. The only limits on connections are those imposed by each driver and the amount of memory available on the system. Each new connection creates a multiple-document interface (MDI) child Connection window from which SQL statements can be executed.
Query Demo enables you to open multiple statement windows on a connection. The only limits on statements are those imposed by each driver and the amount of memory available on the system.
You can open a maximum of 10 Connection and Statement windows.
For non-SELECT statements, application behavior is undefined.