--- q_a/samples/readwrit/readwrit.c 2018/08/09 18:29:19 1.1.1.1 +++ q_a/samples/readwrit/readwrit.c 2018/08/09 18:29:31 1.1.1.2 @@ -12,6 +12,28 @@ VOID Write ( PSZ psz ) ; #define MAX 100 +/****************************************************************************\ +** ** +** Microsoft Developer Support ** +** Copyright (c) 1992 Microsoft Corporation ** +** ** +** MODULE: Test Engine ** +** ** +** ** +** PURPOSE: This is a simple driver to test my database dll's ** +** ability to handle multiple read's and writes without ** +** corrupting the database. ** +** ** +** ** +** ** +** ** +** COMMENTS: ** +** ** +** ** +** ** +\***************************************************************************/ + + /* * This is a simple driver to test my database dll's ability to handle * multiple read's and writes without corrupting the database.