home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / wr06040.inf (.txt) < prev    next >
OS/2 Help File  |  1994-02-08  |  4KB  |  88 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Installation ΓòÉΓòÉΓòÉ
  3.  
  4. To begin installation of the select pak, type the following from the command 
  5. line: 
  6.  
  7.         SLP06040 <DBM Drive> [/BP:BackupPath] [/Q]
  8.  
  9.  where   <DBM Drive> = The Drive on which Database Manager is installed.
  10.  
  11.      /BP:BackupPath  = A path for the original files to be backed up to.
  12.  
  13.        This is an optional parameter and the specified
  14.        path must already exist.
  15.  
  16.      /Q  runs in quite mode and no user input is necessary.
  17.  
  18.  
  19. ΓòÉΓòÉΓòÉ 2. What's Changed ΓòÉΓòÉΓòÉ
  20.  
  21.  
  22. ΓòÉΓòÉΓòÉ 2.1. APAR Descriptions ΓòÉΓòÉΓòÉ
  23.  
  24. SQL code -30020 from DRDA Application Server (APAR JR06051) 
  25.  
  26. This APAR fixes a problem where the user got an SQLCODE -30020 when zoned 
  27. decimal (SQLTYPEs 488/489) or numeric (SQLTYPES 504/505) data was returned from 
  28. a DRDA application server. 
  29.  
  30. Incorrect Data Returned from Host (APAR JR06138) 
  31.  
  32. This fix corrects a problem in which single-precision floating point data was 
  33. not being returned from the host correctly.  With this fix, when a DESCRIBE is 
  34. performed on a SELECT statement that involves a single-precision floating point 
  35. column on a DRDA application server, the SQLLEN value for this SQLVAR will 
  36. always be set to 8. 
  37.  
  38. SQLCODE -30020 from DRDA Application Server II (APAR JR06262) 
  39.  
  40. Fixes a problem where a user got an SQLCODE -30020 from a DRDA application 
  41. server when an INSERT of a NULL varchar host variable was performed. 
  42.  
  43. SQLTRC Trap (APAR JR06806) 
  44.  
  45. Prevents a trap when SQLTRC is turned on. 
  46.  
  47. SQLJRT10.DLL Trap (APAR JR06916) 
  48.  
  49. Corrects a trap in SQLJRT10.DLL caused by incorrect parsing of an end-of-query 
  50. reply message coming back from a DRDA Application Server. 
  51.  
  52. Unclosed Cursor (APAR JR07016) 
  53.  
  54. Previously, a remote client did not close a cursor after a dynamic COMMIT had 
  55. been executed. 
  56.  
  57. Unexpected Traps (APAR JR07052) 
  58.  
  59. Unexpected traps were occurring when queries were run with any combination of 
  60. DISTINCT, ORDER_BY, and GROUP_BY and there was at least one primary key on a 
  61. joining column. 
  62.  
  63. Memory Leaks (APAR JR07062) 
  64.  
  65. This fixes two memory leak problems in DDCS/2 which eventually manifest 
  66. themselves as SQLCODE -961. 
  67.  
  68. LANGLEVEL Option (APAR JR07104) 
  69.  
  70. The sqlprep LANGLEVEL Option (/L) was incorrectly supported.  With this fix, 
  71. DDCS/2 will always operate as though /L=0 (SAA support) has been specified. 
  72.  
  73. SQLCODE -30020 from DRDA Application Server III (APAR JR07201) 
  74.  
  75. Before this fix, if the user attempted to perform an INSERT from a NULL 
  76. character host variable with a length of zero, an SQLCODE -30020 would be 
  77. returned from a DRDA application server.  Now, DDCS/2 does not require the user 
  78. to set up the length of character, graphic, and decimal host variables 
  79. correctly if they are NULL. 
  80.  
  81. Abnormal Termination (APAR JR07268) 
  82.  
  83. This APAR fixes a problem that occurs when a select was done for which the last 
  84. column being returned was zero characters for a field defined as being a 
  85. variable length character string.  When this select was done, the user would 
  86. receive an sqlcode of -30020 or abnormal termination of the DDCS code.  With 
  87. the APAR fix, the data will be returned to the user successfully and no errors 
  88. reported.