home *** CD-ROM | disk | FTP | other *** search
- New w3dblib.dll:
-
- The w3dblib.dll on this diskette is version 4.20.01. It contains a few
- differences from version 4.20.00 (the initial SQL Server 4.2 release) in
- the cursor functions. If you write code that uses cursors, make sure that
- the w3dblib.dll version is 4.20.01. You can check this by simply running
- w3dbver.exe from your windows program manager.
-
- Cursor Example:
-
- The cursor example has changed since the documentation was printed.
- Specifically, these procedures have changed:
-
- ProcessCursorRows - The RowStatus check at the end of the loop has changed
- Fetch_next - There was a check for end of results added
- Fetch_random - There was a check for end of results added
- Fetch_relative - There was a check for end of results added
- Fetch_first - There was a check for end of results added
- Fetch_previous - There was a check for end of results added
- OPEN_BUTTON.Click - The Vscroll1.refresh was added after the cursor opens and
- before the first fetch.
- CLOSE_BUTTON.Click - The Vscroll1.refresh was removed
- VScroll1.Change - A check in the beginning was added to see if a change
- really did occur or if the scroll bar was just refreshed.
-