home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dbutil.zip / README.1ST < prev   
Text File  |  1993-11-19  |  2KB  |  58 lines

  1.  
  2. DB/2 Utilities
  3.  
  4. REQUIRMENTS
  5.     These files are SOURCE CODE ONLY.  ALL OF THEM REQUIRE THE IBM C/SET++
  6.     (with collection class ) and the IBM DB2/2.  GENCPP & EXECSQL require the
  7.     first utility (BUFOP) to precompile them.  The EXE files will not work
  8.     without the DLLs from the C/SET++.
  9.  
  10.     GENCPP & EXECSQL will be required to be bound to the database that will
  11.     be the target of their input/output
  12.  
  13.  
  14. The following three utilities are "home grown" utilities for my own use.
  15. I freely place them into the public domain in hopes that others can
  16. either use them as is, modify them for their own use or learn by them. 
  17.  
  18. These utilities are not bullet proof and the user interface stinks - but
  19. with a little care (or a little work) they should provide some usefull
  20. functions.  Because of the free price - I can not aford to produce extentive'
  21. amounts of documentation (greater than 1 line) - your on your own here but
  22. shouln't be too difficult.
  23.  
  24. If you find these things to be usefull to you, please let me know.  I can be
  25. reached on CIS at Ed Ross 71233,3361
  26. via phone at (412)833-2552
  27. or mail at 1625 Red Mill Drive
  28.            Upper St. Clair, PA 15241
  29.  
  30. If there is enough interest, I will continue development to enable client/server
  31. (using the IBM Distributed Applications ToolKit) for reading across the network
  32.  
  33. Enjoy - Ed
  34.  
  35.  
  36. The following 3 zip files should be unzipped into thier own directories
  37.  
  38. bufop - a precompiler for C++ source code.
  39.         A make file can be generated by the workframe or use the existing
  40.         make file.
  41. gencpp - a code & sql generator for DB/2  Reads the existing DB/2 data strucutes
  42.         and generates souce code (C++ source)
  43.         a Make file can be generated by WorkFrame or use the existing one
  44.         To make this work the applicatiom MUST be bound to your database.
  45.         This can be done by running the precompiler against DBSTUFF.SQC or
  46.         using the bind facility with DB2.
  47.         if changes are made to DBSTUFF.SQC or DBSTUFF.SQH, you must 
  48.         re-precompile them using the following command
  49.         "BUFOP dbstuff.sqc database /B=dbstuff.bnd"
  50. EXECSQL- execute an SQL command from a text file.  (The SQL output from gencpp
  51.         can be input to sqlimd.)
  52.         A make file is provided or use one generated by WorkFrame.
  53.         This utility must be bound to your database
  54.  
  55.  
  56.  
  57.  
  58.