home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0210 - 0219 / ibm0210-0219 / ibm0213.tar / ibm0213 / 7025PWA1.ZIP / SAMPLES.ZIP / SQLLIB / SAMPLES / README
Encoding:
Text File  |  1994-02-28  |  3.7 KB  |  113 lines

  1. See Special Notes at bottom of this file.
  2.  
  3. LIST OF SAMPLE FILES
  4. --------------------
  5.  
  6. \samples\c
  7. SETCS2   CMD : OS/2 32 Bit CSET/2 setup
  8. SETMSC   CMD : OS/2 16 Bit Microsoft C setup
  9. SETMSCD  CMD : DOS  16 Bit Microsoft C setup
  10. BLDCS2   CMD : OS/2 32 Bit CSET/2 build
  11. BLDCS2SR CMD : OS/2 32 Bit CSET/2 build stored procedure
  12. BLDMSC   CMD : OS/2 16 Bit Microsoft C build
  13. BLDMSCD  CMD : DOS  16 Bit Microsoft C build
  14. BLDMSCSR CMD : OS/2 16 Bit Microsoft C build stored procedures
  15. OUTSRV   DEF : OS/2 DEF to build DLL for server
  16. INPSRV   DEF : OS/2 DEF to build DLL
  17. BLKSRV   DEF : OS/2 DEF to build DLL
  18. UPDATE   SQC : OS/2 C (CSET/2 and Microsoft C)
  19. UPDATED  SQC : DOS  Microsoft C
  20. STATIC   SQC : OS/2 C
  21. CURSOR   SQC : OS/2 C
  22. DYNAMIC  SQC : OS/2 C
  23. OUTCLI   SQC : OS/2 C Client Application
  24. OUTSRV   SQC : OS/2 C Server Stored Procedure
  25. INPCLI   SQC : OS/2 C Client
  26. INPSRV   SQC : OS/2 C Server
  27. BLKCLI   SQC : OS/2 C Client
  28. BLKSRV   SQC : OS/2 C Server
  29. BLOCK    H   : OS/2 Header file for both client and server
  30. DOSCAT   C   : DOS  Microsoft C.  Utility to catalog a database
  31. DOSINT   SQC : DOS  Microsoft C.  Interrupt Handling under DOS.
  32.  
  33. \samples\cob
  34. SETCOB   CMD : OS/2 16 Bit Cobol setup
  35. SETCOBD  CMD : DOS  16 Bit Cobol setup
  36. BLDCOB   CMD : OS/2 16 Bit Cobol build
  37. BLDCOBD  CMD : DOS  16 Bit Cobol build
  38. BLDCOBSR CMD : OS/2 16 Bit Cobol Stored Procedures build
  39. OUTSRV   DEF : OS/2 DEF to build DLL for server
  40. INPSRV   DEF : OS/2 DEF to build DLL
  41. UPDATE   SQB : OS/2 Cobol
  42. STATIC   SQB : OS/2 Cobol
  43. CURSOR   SQB : OS/2 Cobol
  44. DYNAMIC  SQB : OS/2 Cobol
  45. OUTCLI   SQB : OS/2 Cobol Client
  46. OUTSRV   SQB : OS/2 Cobol Server
  47. INPCLI   SQB : OS/2 Cobol Client
  48. INPSRV   SQB : OS/2 Cobol Server
  49. UPDATED  SQB : DOS  Cobol
  50.  
  51. \samples\for
  52. SETF16   CMD : OS/2 16 Bit Watcom Fortran setup
  53. SETFOR   CMD : OS/2 32 Bit Watcom Fortran setup
  54. BLDF16   CMD : OS/2 16 Bit Fortran build
  55. BLDFOR   CMD : OS/2 32 Bit Fortran build
  56. UPDATE   SQF : OS/2 32 and 16 Bit Fortran
  57. STATIC   SQF : OS/2 32 and 16 Bit Fortran
  58. CURSOR   SQF : OS/2 32 and 16 Bit Fortran
  59. DYNAMIC  SQF : OS/2 32 and 16 Bit Fortran
  60.  
  61. \samples\rex
  62. UPDATE   CMD : OS/2 Rexx
  63. DYNAMIC  CMD : OS/2 Rexx
  64. OUTCLI   CMD : OS/2 Rexx
  65. OUTSRV   CMD : OS/2 Rexx
  66. INPCLI   CMD : OS/2 Rexx
  67. INPSRV   CMD : OS/2 Rexx
  68.  
  69. \samples\win
  70. MAKED        : Make File for DOS Dynamic link mixed memory model
  71. MAKED    CMD : Calls SetWin and invokes NMAKE on MAKED
  72. MAKEL        : Make file for Large memory model
  73. MAKEL    CMD : Calls SetWin and invokes NMAKE on MAKEL
  74. SETWIN   CMD : Windows setup.  A 16 Bit language must also be specified.
  75. DBMMOD   DEF : Def file for DLL
  76. WINMOD   DEF : Def file for DLL
  77. DBMMOD   SQC : DLL and static linked
  78. CPCONV   C   : Code Pages
  79. WINMOD   C   : C code
  80. WINMOD   H   : Header
  81. CPCONV   H   : Header
  82. DBMMOD   H   : Header
  83. WINMOD   RC  : Resource File
  84.  
  85. SPECIAL NOTES
  86. -------------
  87.  
  88. BLKSRV.SQC
  89.  This program has the qualifier "USERID" hardcoded
  90.  as the owner of the tables in the SAMPLE database.
  91.  If this is not true in your environment, do ONE
  92.  of the following:
  93.  1. Change the qualifier to reflect the owner
  94.     of the database.
  95.  2. Remove the qualifier.
  96.  3. Modify the program to accept a qualifier on the
  97.     command line.
  98.  4. Logon as "USERID" and run SQLSAMPL to create
  99.     tables owned by "USERID".
  100.  
  101. DOSINT.SQC
  102.  This program has the qualifier "USERID" hardcoded
  103.  as the owner of the SAMPLE database.
  104.  The (NetBIOS) target node is hardcoded as "KEYNES".
  105.  You must either edit this value, or modify the program
  106.  to accept a target node on the command line.
  107.  
  108. DOSCAT.C
  109.  This sample utility does not need to be preprocessed.
  110.  Copy BLDMSCD.BAT to another file, and remove the line
  111.  containing SQLPREP with a text editor.
  112.  
  113.