INF: Small Windows DB-Library Sample Application

ID: Q79860


The information in this article applies to:


SUMMARY

SQLWin is a small, fully functional Windows DB-Library (DB-Lib) application. It allows the user to specify a server name, login ID, and password when connecting to a SQL server. It also displays the DB-Lib version in the About box.

SQLWin can be used as a template for creating larger Windows DB-Lib programs, much like the GENERIC program that comes with the Microsoft Windows Software Development Kit (SDK) and Microsoft QuickC for Windows.

SQLWin can also be used to easily test the functionality of a Windows DB- Lib program. The source code contains a C function called DoDblib() that is executed when the menu item SQL/Test is chosen. This function can contain any set of DB-Lib functions. It currently contains a small sample query against the PUBS database.


MORE INFORMATION

The following file is available for download from the Microsoft Software Library:

~ SQLWIN.EXE

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

Q119591 : How to Obtain Microsoft Support Files from Online Services



The SQLWIN.EXE file contains the following files:

   Filename       Description
   ---------------------------------------------------------
   SQLWIN.C       C-language source code
   SQLWIN.H       Source code header
   SQLWIN.RC      Windows resource script
   SQLWIN.DEF     Windows module-definition file
   SQLDLG.DLG     Dialog box resource script
   SQLDLG.H       Dialog box header
   SQLDLG.RES     QuickC for Windows Dialog Editor resource
   SQLWIN.MAK     QuickC for Windows Project
   SQLWIN.        C 6.0 NMAKE makefile 

Additional query words: dblib


Keywords          : kbprg SSrvDB_Lib SSrvProg 
Version           : 4.2
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: March 11, 1999