home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / tblcp2.zip / tblcop2.DOC < prev    next >
Text File  |  1993-10-28  |  2KB  |  51 lines

  1.  
  2.                 !!!!!!!!!!!!  DB2/2 VERSION  !!!!!!!!!!!!
  3.  
  4. The TBLCP2.ZIP package consists of the following files:
  5.  
  6. TBLCOP2.DOC  - This file.
  7. TBLCOP2.INF  - Help file which describes syntax and usage for the table copy utility.
  8. TBLCOP2.CMD  - Sample Rexx program which demonstrates how the utility might be used.
  9. TBLCOP2E.DLL - Rexx external function (export portion of utility).
  10. TBLCOP2E.BND - Bind file (for TBLCOP2E.DLL) which needs to be bound to "source"
  11.                database.
  12. TBLCOP2I.EXE - Import portion of utility.
  13. TBLCOP2I.BND - Bind file (for TBLCOP2I.EXE) which needs to be bound to "target"
  14.                database.
  15.  
  16.  
  17. You must bind the TBLCOP2E.BND file to whatever databases you copy tables from.
  18. You must bind the TBLCOP2I.BND file to whatever databases you copy tables to.
  19.  
  20. The components of the utility will try to bind themselves to whatever database
  21. they are operating on (if they have not been previously bound).  In order to
  22. do this, they will try to find their respective .BND files first in the
  23. directory from which they were loaded (.exe & .dll respectively), and then
  24. they will look along the DPATH environment path.
  25.  
  26. =======================================================================================
  27.  
  28. This release contains a few fixes and some new features:
  29.  
  30.   - Now uses DB2/2 32-bit APIs
  31.   - Eliminated problem of commit-frequency < num-rows-sent causing failure
  32.     (Thanks to Jean-Claude Marchier for pointing out this error)
  33.   - Ability to limit number of rows fetched and sent.
  34.     (Thanks to suggestion by Jean-Claude Marchier)
  35.   - Ability to specify fetch/send ratio
  36.   - Ability to supply an argument to the follow-up command string
  37.     sent to importer.
  38.   - Ability to specify a userid/password for APPC conversation
  39.     security which is independent of that used for target database
  40.     logon.
  41.  
  42. =======================================================================================
  43.  
  44.   Author:        Dave Boll
  45.                  (CompuServe = 74170,2016)
  46.                  IBMMAIL(USFMCFKF)
  47.   Release Date:  28 October, 1993
  48.   Version:       1.2 (for DB2/2)
  49.  
  50.   Copyright 1993 Dave Boll
  51.