version.txt date: 5/28/98 version: 06.30.0243 --------------------------------------------------------------------- This file describes changes and or fixes since the last update. NEW FEATURES: 1. Allow driver to work with odbc cursor library. This involved adding the API functions SQLGetCursorName and SQLSetCursorName. The odbc cursor library adds the ability to use static cursors, positioned update, extended fetches, block cursors, etc. Successfully tested CRecordset (add, update, delete, scroll) with MFC/VC5.0 in a snapshot mode. - Updatetable snashots are supported through the cursor library. - Readonly snapshots are supported by the driver if "Use Declare/Fetch" is unchecked. - ForwardOnly cursors are supported by both. - Dynasets are not supported by the driver or the odbc cursor library. BUG_FIXES: 1. Fixed more incorrect info calls, ex. return a real value for MAX_TABLE_NAME_LEN, MAX_CURSOR_NAME_LEN, and MAX_COLUMN_NAME_LEN. These are important because some apps (i.e., mfc) don't understand "0" as being unlimited -- they take it as a literal value! Therefore, 32 is the size now being returned for these things, which is accurate. OTHER: 1. Changed "Use Cursors" to "Use Declare/Fetch" on advanced driver options dialog box to avoid confusion with odbc scrollable cursors.