SQLWINBK is a sample DB-LIBRARY Windows application. SQLWINBK shows
how to implement a DB-LIBRARY application that uses background
processing using a "PeekMessage approach" to integrate with the
Windows version 3.x cooperative multiprocessing environment.

This sample code is referenced in the following technical note:

   Optimizing Windows-Based Client Applications for Microsoft
   SQL Server: DB-LIBRARY Programming Techniques

   Part no: 098-30194

This technical note can be ordered by calling Microsoft Inside Sales
at (800) 227-4679.

There is a file in the Software/Data Library named SQLWINBK that
contains the following files:

   Filename        Description
   --------        -----------

   SQLWINBK.C      C-language source code
   SQLWINBK.H      Source code header
   SQLWINBK.RC     Windows resource script
   SQLWINBK.DEF    Windows module-definition file
   WINDLG.DLG      Dialog box resource script
   WINDLG.H        Dialog box header
   SQLWINBK.RES    QuickC for Windows Dialog Editor resource
   MAKEFILE        SQLWINBK Makefile

Chris Moffatt
Technical Resource Group, SQL Server


*** NOTICE ***

   NO WARRANTY.  ANY USE BY YOU OF THE SOFTWARE IS AT YOUR OWN RISK.
   THE SOFTWARE IS PROVIDED FOR USE "AS IS" WITHOUT WARRANTY OF ANY KIND.
   MICROSOFT AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES OF ANY KIND, EITHER
   EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMINITATION, IMPLIED WARRANTIES
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  MICROSOFT WILL
   PROVIDE NO SUPPORT SERVICES FOR THIS SOFTWARE.

   NO LIABILITY FOR CONSEQUENTIAL DAMAGES.  In no event shall Microsoft or
   it suppliers be liable for any damages whatsoever (including, without
   limitation, damges for loss of business profits, business interruption,
   loss of business information, or other pecuniary loss) arising out of
   the use or inability to use this Microsoft product, even if Microsoft
   has been advised of the possibility of such damages.  Because some 
   states/jurisdictions do not allow the exclusion or limitation of
   liability for consequential or incidental damages, the above limitation
   may not apply to you.

   You may have additional rights, which vary from state/jurisdiction to
   state/jurisdiction.

