The Query Demo source code resides in the \Samples\Odbc\Query directory. The executable file QURYDEMO.EXE resides in the \Bin\Odbc directory.
File name | Description |
MAIN.C | Contains the main application window procedures. It demonstrates usage of the MDI windows, toolbar, and status bar. |
NEWQUERY.BMP | Contains the toolbar button bitmap used to open a new statement window. |
QUERY.C | Contains the code that uses the ODBC API. It is used for all data access operations (for example, connecting to a data source, executing and displaying query results, and so on). |
QUERYWDW.ICO | Contains the minimized Connection/Statement window icon. |
QURYDEMO.DEF | Contains the module definition file for Query Demo. |
QURYDEMO.H | Contains the prototypes and definitions for QURYDEMO.C. |
QURYDEMO.ICO | Contains the Query Demo icon. |
QURYDEMO.RC | Resource file for Query Demo. |
QURYMAK.MAK | Builds the ODBC Query Demo application. |
RUNQUERY.BMP | Contains the toolbar button bitmap used to execute an SQL command. |