home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a520 / 1.ddi / RELEASE.TXT < prev    next >
Encoding:
Text File  |  1990-11-08  |  6.2 KB  |  135 lines

  1.  
  2.  
  3. SQLWindows 2.0.Y Release information
  4. ----------------------------------
  5.  
  6. This file contains information that may not be in the current SQLWindow 2.0
  7. manuals or on-line help.
  8.  
  9. **************************************************************
  10.  
  11. ALL APPLICATIONS BUILT WITH PREVIOUS VERSIONS OF SQLWINDOWS
  12. MUST BE CONVERTED PRIOR TO USING THIS VERSION.
  13.  
  14. **************************************************************
  15.  
  16. Files on the SQLWindows release diskettes are compressed.
  17. A single file may be copied and uncompressed by running:
  18.  
  19.         SWSETUP /COPY  SourceFile  DestinationFile
  20.  
  21. For example, to copy the file CALC.APP from the release diskettes,
  22. put the diskette containing CALC.APP in drive A, then from the
  23. Windows program manager, select File/Run and enter:
  24.  
  25.         SWSETUP /COPY A:CALC.APP C:\GUPTA\CALC.APP
  26.  
  27. This will copy and decompress CALC.APP (and it will be placed in the
  28. C:\GUPTA directory).
  29.  
  30. **************************************************************
  31.  
  32. When the SAM_Scrollbar message is sent lParam contains the new scroll 
  33. position. The lParam should be used to get the current position of the 
  34. thumb, especially if the wParam is SB_ThumbTrack. The documentation is 
  35. incorrect in describing the lParam sent with the SAM_Scrollbar message.
  36.  
  37. **************************************************************
  38.  
  39. CONVERT has a new options, -A, that will add to the converted application
  40. the new SQLWindows 2.0 constants and function declarations.
  41. If this option is used,  be sure not to run the converted application
  42. through convert (with the -A option) a second time.  If this is done, you
  43. will end up with the new constants declared twice.
  44.  
  45. **************************************************************
  46.  
  47. SqlSetParameter and SqlGetParameter have a new parameter, 
  48. DBP_FETCHTRHOUGH.  When set, data from fetches done on this cursor
  49. will always come from the Database backend, not from any local buffers.
  50. This may result in lower performance, but may be desirealble in certain
  51. multiuser conditions.  See the MUFORM sample application for an example
  52. of the use of the FetchThrough parameter.
  53.  
  54. **************************************************************
  55.  
  56. If you encounter the error, "Not enough memory to set outline item data.",
  57. or, "Not enough memor to create outline item.", you have reach a limit of
  58. the number of items that can exist that particular section of the outline.
  59. This might occur if you have a large number of sal statements
  60. under a menu action section or under an On statement.  You should break up
  61. this code by creating internal functions.  This limit will vary according to
  62. the type of items you have in that portion of the outline.  The outline
  63. internally is stored as a number of segments.  These segments are limited to
  64. 64K in length.  There is no limit to the number of segments.  Many items are
  65. allocated their own segment. For example, each On section and internal
  66. function, are allocated their own segment.
  67.  
  68. **************************************************************
  69.  
  70.  
  71. The file, EWDATA.EXE, contains the templates used by Express Windows 
  72. for building the Express Windows applications.  If you wish to customize
  73. the generated Express Windows applications,  you can modify these templates.
  74. This file is a self extracting ZIP file (run the command ewdate.exe at
  75. the DOS prompt).  See the file READ.ME after extracting for more information.
  76. **************************************************************
  77.  
  78. SQLTalk for Windows version 2.0.0 release notes.
  79.  
  80. New features and changes for SQLTalk for Windows ( WinTalk ).
  81.  
  82. The Input, Output and Spool windows can now be minimized as 
  83. well as maximized.  When they are minimized there are icon 
  84. representations along the bottom of the client area (you will 
  85. normally not see these unless all three are minimized).
  86.  
  87. There is a terminology change in the displaying and hiding of the 
  88. different windows.  In the older versions you 'Hide' or 'Show' a 
  89. window and in this version you 'Hide' or 'Unhide'.  The 'Show' key 
  90. word is now used for displaying the status of the Environment 
  91. settings, ie 'show autocommit' or 'show planonly'.
  92.  
  93. SQLTalk for Windows now supports SQLBase version 4.x only.  
  94. Like all our new Windows products we will no longer support 
  95. SQLBase version 3.6.x, in fact you will get an unavoidable 
  96. 'Unrecoverable Protection Violation' error if you try and connect 
  97. with the 3.6.x routers.
  98.  
  99. SQLTalk for Windows now supports the 'RL' isolation level.  'RL' 
  100. isolation will be used as the default isolation, this can be 
  101. overridden with a WIN.INI entry under the [ SQLTALK ] category, ie 
  102. 'defaultisolation=CS' will cause the default isolation level to be 
  103. 'CS'.  A 'Set Isolation Level' call will be performed when a connect 
  104. is made, but only if the newly connect cursor did not inherit the 
  105. default isolation.
  106.  
  107. The List of Databases on the connect dialog box now uses the 
  108. SQLBase version 4.x routines.  By default it will first get 
  109. databases from the local server and then start asking for 
  110. 'SERVER1', 'SERVER2' .. 'SERVERn' until it fails.  This can be 
  111. overridden with WIN.INI entries under the [ SQLTALK ] category, ie 
  112. 'SERVER1=customer', 'SERVER2=marketing' .. 'SERVERn=sales' 
  113. will cause it to start with the local server followed by 'customer', 
  114. 'marketing' .. 'sales'.
  115.  
  116. SQLTalk for Windows now has the 'Set PlanOnly' environment 
  117. setting.  When this is turned on the Output window shows the 
  118. SQLBase execution plan for the statement rather than actually 
  119. executing it, this is the same as with SQLTalk character mode.
  120.  
  121. Importing and Exporting have been improved.  The Importing of 
  122. SQL has been changed to handle virtually unlimited sized files 
  123. and statements.  Importing/Exporting of Lotus 123 and DBase files 
  124. do better mapping of data types.
  125.  
  126. Installing and Deinstalling Databases has been changed for 
  127. SQLBase version 4.  The user now has more options and control 
  128. over both Installing and Deinstalling databases both locally and 
  129. on remote servers.  With Install you can Install, create a new 
  130. database or create a new database over writing an existing 
  131. database.  With Deinstall you can list the databases for the 
  132. specified server (local or remote) and you now have the option to 
  133. Delete as well as Deinstall a database.
  134.  
  135.