home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DBMIPC.ZIP / READ.ME < prev    next >
Text File  |  1993-04-12  |  569b  |  16 lines

  1. This package consists of two programs that illustrate the Interprocess
  2. communication between a master process and a number of background
  3. processes. Each background process is connected to a different database.
  4.  
  5. This package has been built with IBM's CSET/2 compiler and using
  6. beta versions of DB2/2.
  7.  
  8. The code will only work with OS/2 version 2 since it uses APIs only
  9. available on that platform.
  10.  
  11. sqlprep worker.sqc sample /b /p
  12. sqlbind worker.bnd dale
  13. sqlbind worker.bnd turbo
  14. icc -c worker.c
  15. link386 worker.obj,worker.exe,/NOI /ST:32000,sql_dyn.lib;
  16.