PROJECT:      DSHOURS 

DESCRIPTION:  Suite of CGI scripts which allow interactive data entry
              into a database over the Web.

REQUIREMENTS: The database tables included in the DATA directory must 
              be installed into a directory on an HTTP server running 
              Windows NT or 95.  This server must have the Borland 
              Database Engine installed and be configured using the 
              BDE Configuration Utility to have a STANDARD alias named
              "DSHOURS".  This alias must point to the directory where
              the tables in the DATA directory reside.

              The executables built from these source files are programmed
              to reside in the directory "cgi-dos/" under the root 
              directory for the HTTP server. One can change this by 
              modifying the gszPutHourExe variable in the source files.
               

SOURCE FILES: 

              edithour.cpp/.mak - builds edithour.exe which displays the
                                  first html form from which the user
                                  selects search criteria

              gethour.cpp/mak   - builds gethour.exe which retrieves the
                                  record based on the search criteria the
                                  user submitted on the form generated by
                                  the CGI module edithour.exe, above.
                                  gethour.exe generates another HTML form
                                  from which the user can submit an updated
                                  value for the number of hours worked.

              puthour.cpp/mak   - builds puthour.exe whic updates the 
                                  database with the value submitted
                                  by the user on the form generated by 
                                  gethour.exe, above.  It then calls 
                                  showhour.exe to display the entire updated 
                                  contents of the database.

              showhour.cpp/mak  - builds showhour.exe which displays 
                                  the entire updated contents of 
                                  the database.

