SQLWINTM

Summary:

SQLWINTM is a sample DB-LIBRARY (dblib) Windows application. SQLWINTM
shows how to implement a DB-LIBRARY application that uses background
processing using a Windows timer to integrate with the Windows 3.x
cooperative multiprocessing environment.  As this is sample code, 
error handling routines have not been developed.

The sample code is referenced in the following chapter of the Microsoft SQL 
Server Resource Kit:

 Developing Microsoft Windows-Based Applications for Microsoft SQL Server



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

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

   SQLWINTM.C      C-language source code
   SQLWINTM.H      Source code header
   SQLWINTM.RC     Windows resource script
   SQLWINTM.DEF    Windows module-definition file
   WINDLG.DLG      Dialog box resource script
   WINDLG.H        Dialog box header
   SQLWINTM.RES    QuickC for Windows Dialog Editor resource
   MAKEFILE        SQLWINTM 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.

