home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a025 / 10.ddi / READ.ME < prev    next >
Encoding:
Text File  |  1992-03-12  |  1.2 KB  |  25 lines

  1. New w3dblib.dll:
  2.  
  3. The w3dblib.dll on this diskette is version 4.20.01.  It contains a few
  4. differences from version 4.20.00 (the initial SQL Server 4.2 release) in
  5. the cursor functions.  If you write code that uses cursors, make sure that
  6. the w3dblib.dll version is 4.20.01.  You can check this by simply running
  7. w3dbver.exe from your windows program manager.
  8.  
  9. Cursor Example:
  10.  
  11. The cursor example has changed since the documentation was printed.
  12. Specifically, these procedures have changed:
  13.  
  14. ProcessCursorRows - The RowStatus check at the end of the loop has changed
  15. Fetch_next    - There was a check for end of results added
  16. Fetch_random  - There was a check for end of results added
  17. Fetch_relative    - There was a check for end of results added
  18. Fetch_first    - There was a check for end of results added
  19. Fetch_previous    - There was a check for end of results added
  20. OPEN_BUTTON.Click - The Vscroll1.refresh was added after the cursor opens and
  21.             before the first fetch.
  22. CLOSE_BUTTON.Click - The Vscroll1.refresh was removed
  23. VScroll1.Change - A check in the beginning was added to see if a change
  24.           really did occur or if the scroll bar was just refreshed.
  25.