Disclaimer:
    This sample code is intended solely to illustrate some of the features
    of VX-REXX.  The code is provided "AS-IS" without guarantee as to
    correctness or completeness.

The code requires VX-REXX 2.1a Client/Server Edition and DB2/2 or Watcom SQL.  
To use it with an ODBC database, change the connection object on Window1, and
the CNCT_1_Init section.

Installation
------------
    To install this technical note use the Info-zip UNZIP utility. This will
    create the necessary subdirectories of the current directory.  You may 
    also use pkzip, but make to use the -d option to create the 
    subdirectories correctly.

Contents:

vxtech10.txt: Explanation of using Query objects for synchronization
src:          Example of using Query objects to make a notebook

Notebook Example
----------------
Most of the useful code is in the "refresh" routine and in the fetch events
for the various Query objects.
    
Comments:
    Please forward any comments to WATCOM VX-REXX Technical Support Department:
        Phone:      (519) 886-3700
        Fax:        (519) 747-4547
        Internet:   tech@watcom.on.ca
        CIS:        GO WATCOM

